QuerySqlGenerator.VisitCollate(CollateExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates SQL for a COLLATE expression.
protected override System.Linq.Expressions.Expression VisitCollate (Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression collateExpresion);
protected override System.Linq.Expressions.Expression VisitCollate (Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression collateExpression);
override this.VisitCollate : Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression -> System.Linq.Expressions.Expression
override this.VisitCollate : Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression -> System.Linq.Expressions.Expression
Protected Overrides Function VisitCollate (collateExpresion As CollateExpression) As Expression
Protected Overrides Function VisitCollate (collateExpression As CollateExpression) As Expression
Parameters
- collateExpresioncollateExpression
- CollateExpression
Returns
The modified expression, if it or any subexpression was modified; otherwise, returns the original expression.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Entity Framework