RelationalQueryModelVisitor.Queries 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
目前查詢編譯中作用中的 SelectExpressions。
public virtual System.Collections.Generic.ICollection<Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression> Queries { get; }
member this.Queries : System.Collections.Generic.ICollection<Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression>
Public Overridable ReadOnly Property Queries As ICollection(Of SelectExpression)