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 1e61c65 commit c8d3430Copy full SHA for c8d3430
Orm/Xtensive.Orm/Sql/Dml/Expressions/SqlMatch.cs
@@ -52,7 +52,7 @@ public SqlMatchType MatchType
52
53
public override void ReplaceWith(SqlExpression expression)
54
{
55
- SqlMatch replacingExpression = ArgumentValidator.EnsureArgumentIs<SqlMatch>(expression);
+ var replacingExpression = ArgumentValidator.EnsureArgumentIs<SqlMatch>(expression);
56
value = replacingExpression.Value;
57
subQuery = replacingExpression.SubQuery;
58
matchType = replacingExpression.MatchType;
0 commit comments