Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

CompiledMultipleTable<(Of <(<'TCommand, TParameter>)>)> Structure

Extension for using compiled materializers with Tortuga Chain

Namespace:  Tortuga.Chain.Materializers
Assembly:  Tortuga.Chain.CompiledMaterializers (in Tortuga.Chain.CompiledMaterializers.dll)

Syntax


[SuppressMessageAttribute]
public struct CompiledMultipleTable<TCommand, TParameter>
where TCommand : DbCommand
where TParameter : DbParameter
<SuppressMessageAttribute> _
Public Structure CompiledMultipleTable(Of TCommand As DbCommand, TParameter As DbParameter)
[SuppressMessageAttribute]
generic<typename TCommand, typename TParameter>
where TCommand : DbCommand
where TParameter : DbParameter
public value class CompiledMultipleTable

Type Parameters

TCommand
The type of the command.
TParameter
The type of the parameter.