Freigeben über


RelationalQueryModelVisitor.QueriesBySource Eigenschaft

Definition

SelectExpressions für diese Abfrage, zugeordnet nach Abfragequelle.

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)

Eigenschaftswert

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

Eine Zuordnung der Abfragequelle zum Auswählen des Ausdrucks.

Gilt für: