ISqlTranslatingExpressionVisitorFactory.Create Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Create(RelationalQueryModelVisitor, SelectExpression, Expression, Boolean) |
Crea un nuovo Oggetto SqlTranslatingExpressionVisitor. |
Create(RelationalQueryModelVisitor, SelectExpression, Expression, Boolean, Boolean) |
Crea un nuovo Oggetto SqlTranslatingExpressionVisitor. |
Create(RelationalQueryModelVisitor, SelectExpression, Expression, Boolean)
Crea un nuovo Oggetto SqlTranslatingExpressionVisitor.
public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitor Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryModelVisitor queryModelVisitor, Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression targetSelectExpression = default, System.Linq.Expressions.Expression topLevelPredicate = default, bool inProjection = false);
abstract member Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryModelVisitor * Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression * System.Linq.Expressions.Expression * bool -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitor
Public Function Create (queryModelVisitor As RelationalQueryModelVisitor, Optional targetSelectExpression As SelectExpression = Nothing, Optional topLevelPredicate As Expression = Nothing, Optional inProjection As Boolean = false) As SqlTranslatingExpressionVisitor
Parametri
- queryModelVisitor
- RelationalQueryModelVisitor
Visitatore del modello di query.
- targetSelectExpression
- SelectExpression
Espressione di selezione della destinazione.
- topLevelPredicate
- Expression
Predicato di primo livello.
- inProjection
- Boolean
true se stiamo traducendo una proiezione.
Restituisce
A SqlTranslatingExpressionVisitor.
Si applica a
Create(RelationalQueryModelVisitor, SelectExpression, Expression, Boolean, Boolean)
Crea un nuovo Oggetto SqlTranslatingExpressionVisitor.
public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitor Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryModelVisitor queryModelVisitor, Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression targetSelectExpression = default, System.Linq.Expressions.Expression topLevelPredicate = default, bool bindParentQueries = false, bool inProjection = false);
abstract member Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryModelVisitor * Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression * System.Linq.Expressions.Expression * bool * bool -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitor
Public Function Create (queryModelVisitor As RelationalQueryModelVisitor, Optional targetSelectExpression As SelectExpression = Nothing, Optional topLevelPredicate As Expression = Nothing, Optional bindParentQueries As Boolean = false, Optional inProjection As Boolean = false) As SqlTranslatingExpressionVisitor
Parametri
- queryModelVisitor
- RelationalQueryModelVisitor
Visitatore del modello di query.
- targetSelectExpression
- SelectExpression
Espressione di selezione della destinazione.
- topLevelPredicate
- Expression
Predicato di primo livello.
- bindParentQueries
- Boolean
true per associare le query padre.
- inProjection
- Boolean
true se stiamo traducendo una proiezione.
Restituisce
A SqlTranslatingExpressionVisitor.