We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef53315 commit fe72637Copy full SHA for fe72637
1 file changed
Orm/Xtensive.Orm/Orm/Providers/Expressions/MemberCompilers/TimeOnlyCompilers.cs
@@ -35,12 +35,6 @@ public static SqlExpression TimeOnlySecond(SqlExpression _this) =>
35
public static SqlExpression TimeOnlyMillisecond(SqlExpression _this) =>
36
ExpressionTranslationHelpers.ToInt(SqlDml.Extract(SqlTimePart.Millisecond, _this));
37
38
- [Compiler(typeof(TimeOnly), "Ticks", TargetKind.PropertyGet)]
39
- public static SqlExpression TimeOnlyTicks(SqlExpression _this)
40
- {
41
- throw new NotImplementedException();
42
- }
43
-
44
#endregion
45
46
#region Constructors
0 commit comments