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

MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>..::..ToCollectionSet<(Of <(<'T1, T2, T3>)>)> Method

To the collection set.

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public ILink<Tuple<List<T1>, List<T2>, List<T3>>> ToCollectionSet<T1, T2, T3>()
Public Function ToCollectionSet(Of T1, T2, T3) As ILink(Of Tuple(Of List(Of T1), List(Of T2), List(Of T3)))
public:
generic<typename T1, typename T2, typename T3>
ILink<Tuple<List<T1>^, List<T2>^, List<T3>^>^>^ ToCollectionSet()

Type Parameters

T1
The type of the 1st collection.
T2
The type of the 2nd collection.
T3
The type of the 3rd collection.

Return Value