ReplacementDbQueryWrapper<TElement> Class

Definition

Instances of this class are used internally to create constant expressions for ObjectQuery<T> that are inserted into the expression tree to replace references to DbQuery<TResult> and DbQuery.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db")]
public sealed class ReplacementDbQueryWrapper<TElement>
public sealed class ReplacementDbQueryWrapper<TElement>
type ReplacementDbQueryWrapper<'Element> = class
Public NotInheritable Class ReplacementDbQueryWrapper(Of TElement)

Type Parameters

TElement

The type of the element.

Inheritance
ReplacementDbQueryWrapper<TElement>
Attributes

Properties

Query

The public property expected in the LINQ expression tree.

Applies to