ISelectExpressionFactory.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Create(RelationalQueryCompilationContext) |
建立新的 SelectExpression。 |
Create(RelationalQueryCompilationContext, String) |
建立新的 SelectExpression。 |
Create(RelationalQueryCompilationContext)
建立新的 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
參數
- queryCompilationContext
- RelationalQueryCompilationContext
查詢編譯的內容。
傳回
SelectExpression。
適用於
Create(RelationalQueryCompilationContext, String)
建立新的 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
參數
- queryCompilationContext
- RelationalQueryCompilationContext
查詢編譯的內容。
- alias
- String
別名。
傳回
SelectExpression。