QueryCompilationContext.QueryAnnotations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取查询注释。
public virtual System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> QueryAnnotations { get; set; }
public virtual System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> QueryAnnotations { get; }
member this.QueryAnnotations : System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> with get, set
member this.QueryAnnotations : System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation>
Public Overridable Property QueryAnnotations As IReadOnlyCollection(Of IQueryAnnotation)
Public Overridable ReadOnly Property QueryAnnotations As IReadOnlyCollection(Of IQueryAnnotation)
属性值
查询注释。