次の方法で共有


RelationalQueryModelVisitor.QueriesBySource プロパティ

定義

クエリ ソースによってマップされる、このクエリの SelectExpressions。

protected virtual System.Collections.Generic.Dictionary<Remotion.Linq.Clauses.IQuerySource,Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression> QueriesBySource { get; }
member this.QueriesBySource : System.Collections.Generic.Dictionary<Remotion.Linq.Clauses.IQuerySource, Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression>
Protected Overridable ReadOnly Property QueriesBySource As Dictionary(Of IQuerySource, SelectExpression)

プロパティ値

Dictionary<Remotion.Linq.Clauses.IQuerySource,SelectExpression>

式を選択するクエリ ソースのマップ。

適用対象