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 70a9028 commit 73e0e80Copy full SHA for 73e0e80
Orm/Xtensive.Orm/Sql/Dml/Expressions/SqlBetween.cs
@@ -46,7 +46,7 @@ public SqlExpression Expression
46
47
public override void ReplaceWith(SqlExpression expression)
48
{
49
- SqlBetween replacingExpression = ArgumentValidator.EnsureArgumentIs<SqlBetween>(expression);
+ var replacingExpression = ArgumentValidator.EnsureArgumentIs<SqlBetween>(expression);
50
NodeType = replacingExpression.NodeType;
51
left = replacingExpression.Left;
52
right = replacingExpression.Right;
0 commit comments