ITableDbCommandBuilder<(Of <(<'TObject>)>)>..::..WithLimits Method (Int32, Int32)
Adds limits to the command builder.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
ITableDbCommandBuilder<TObject> WithLimits( int skip, int take )
Function WithLimits ( _ skip As Integer, _ take As Integer _ ) As ITableDbCommandBuilder(Of TObject)
ITableDbCommandBuilder<TObject>^ WithLimits( int^ skip, int^ take )