ReplacementDbQueryWrapper<TElement>.Query Property

Definition

The public property expected in the LINQ expression tree.

public System.Data.Entity.Core.Objects.ObjectQuery<TElement> Query { get; }
member this.Query : System.Data.Entity.Core.Objects.ObjectQuery<'Element>
Public ReadOnly Property Query As ObjectQuery(Of TElement)

Property Value

ObjectQuery<TElement>

The query.

Applies to