Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit d5ae48e

Browse files
mythzilyalukyanov
authored andcommitted
remove commented code
1 parent 8c3ef86 commit d5ae48e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ServiceStack.OrmLite.VistaDB/VistaDBExpression.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ public class VistaDbExpression<T> : SqlExpression<T>
1010
public VistaDbExpression(IOrmLiteDialectProvider dialectProvider)
1111
: base(dialectProvider) {}
1212

13-
//protected virtual string GetPagingOffsetExpression(int rows)
14-
//{
15-
// return String.Format("\nOFFSET {0} ROWS", rows);
16-
//}
17-
18-
//protected virtual string GetPagingFetchExpression(int rows)
19-
//{
20-
// return String.Format("\nFETCH NEXT {0} ROWS ONLY", Rows.Value);
21-
//}
22-
2313
public override string ToUpdateStatement(T item, bool excludeDefaults = false)
2414
{
2515
var setFields = new StringBuilder();

0 commit comments

Comments
 (0)