CompiledMultipleRow<(Of <(<'TCommand, TParameter, TObject>)>)> Constructor
Initializes a new instance of the CompiledMultipleRow<(Of <(<'TCommand, TParameter>)>)> struct.
Namespace:
Tortuga.Chain.MaterializersAssembly: Tortuga.Chain.CompiledMaterializers (in Tortuga.Chain.CompiledMaterializers.dll)
Syntax
public CompiledMultipleRow( MultipleRowDbCommandBuilder<TCommand, TParameter> commandBuilder )
Public Sub New ( _ commandBuilder As MultipleRowDbCommandBuilder(Of TCommand, TParameter) _ )
public: CompiledMultipleRow( MultipleRowDbCommandBuilder<TCommand, TParameter>^ commandBuilder )
Parameters
- commandBuilder
- Type: Tortuga.Chain.CommandBuilders..::..MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>
The command builder.