We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3821d6 commit c5fc4a6Copy full SHA for c5fc4a6
Orm/Xtensive.Orm/Sql/Dml/Expressions/SqlCollate.cs
@@ -36,7 +36,7 @@ public SqlExpression Operand {
36
37
public override void ReplaceWith(SqlExpression expression)
38
{
39
- SqlCollate replacingExpression = ArgumentValidator.EnsureArgumentIs<SqlCollate>(expression);
+ var replacingExpression = ArgumentValidator.EnsureArgumentIs<SqlCollate>(expression);
40
operand = replacingExpression.Operand;
41
collation = replacingExpression.Collation;
42
}
0 commit comments