Skip to content

Commit 7782ab7

Browse files
Update Orm/Xtensive.Orm/Sql/Dml/Expressions/SqlSubQuery.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent c8d3430 commit 7782ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Sql/Dml/Expressions/SqlSubQuery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public ISqlQueryExpression Query
2727
/// <inheritdoc/>
2828
public override void ReplaceWith(SqlExpression expression)
2929
{
30-
SqlSubQuery replacingExpression = ArgumentValidator.EnsureArgumentIs<SqlSubQuery>(expression);
30+
var replacingExpression = ArgumentValidator.EnsureArgumentIs<SqlSubQuery>(expression);
3131
query = replacingExpression.Query;
3232
}
3333

0 commit comments

Comments
 (0)