We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2f6d6 commit fdb8fffCopy full SHA for fdb8fff
1 file changed
Orm/Xtensive.Orm/Orm/Providers/Expressions/MemberCompilers/DecimalCompilers.cs
@@ -1,4 +1,4 @@
1
-// Copyright (C) 2003-2010 Xtensive LLC.
+// Copyright (C) 2003-2010 Xtensive LLC.
2
// All rights reserved.
3
// For conditions of distribution and use, see license.
4
// Created by: Denis Krjuchkov
@@ -202,7 +202,7 @@ public static SqlExpression DecimalOperatorAddition(
202
}
203
204
[Compiler(typeof(decimal), Operator.Subtraction, TargetKind.Operator)]
205
- public static SqlExpression DecimalOperatorSubtractionTimeSpan(
+ public static SqlExpression DecimalOperatorSubtraction(
206
[Type(typeof(decimal))] SqlExpression left,
207
[Type(typeof(decimal))] SqlExpression right)
208
{
0 commit comments