CollateExpression(SqlExpression, String) Constructor
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.
Creates a new instance of the CollateExpression class.
public CollateExpression (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression operand, string collation);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression * string -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression
Public Sub New (operand As SqlExpression, collation As String)
Parameters
- operand
- SqlExpression
An expression on which collation is applied.
- collation
- String
A collation value to use.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework