ISelectExpressionFactory.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Create(RelationalQueryCompilationContext) |
Erstellt ein neues SelectExpression. |
Create(RelationalQueryCompilationContext, String) |
Erstellt ein neues SelectExpression. |
Create(RelationalQueryCompilationContext)
Erstellt ein neues SelectExpression.
public Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext queryCompilationContext);
abstract member Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
Public Function Create (queryCompilationContext As RelationalQueryCompilationContext) As SelectExpression
Parameter
- queryCompilationContext
- RelationalQueryCompilationContext
Kontext für die Abfragekompilierung.
Gibt zurück
A SelectExpression.
Gilt für:
Create(RelationalQueryCompilationContext, String)
Erstellt ein neues SelectExpression.
public Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext queryCompilationContext, string alias);
abstract member Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext * string -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
Public Function Create (queryCompilationContext As RelationalQueryCompilationContext, alias As String) As SelectExpression
Parameter
- queryCompilationContext
- RelationalQueryCompilationContext
Kontext für die Abfragekompilierung.
- alias
- String
Der Alias.
Gibt zurück
A SelectExpression.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework