TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>..::..WithLimits Method (Nullable<(Of <(<'Int32>)>)>, TLimit, Int32)
Adds limits to the command builder.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public TableDbCommandBuilder<TCommand, TParameter, TLimit> WithLimits( Nullable<int> take, TLimit limitOptions, int seed )
Public Function WithLimits ( _ take As Nullable(Of Integer), _ limitOptions As TLimit, _ seed As Integer _ ) As TableDbCommandBuilder(Of TCommand, TParameter, TLimit)
public: TableDbCommandBuilder<TCommand, TParameter, TLimit>^ WithLimits( Nullable<int^> take, TLimit limitOptions, int^ seed )
Parameters
- limitOptions
- Type: TLimit
The limit options.
- seed
- Type: Int32
The seed for repeatable reads. Only applies to random sampling