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

IMultipleTableDbCommandBuilder..::..ToCollectionSet<(Of <(<'T1, T2, T3, T4, T5>)>)> Method

To the collection set.

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

Syntax


ILink<Tuple<List<T1>, List<T2>, List<T3>, List<T4>, List<T5>>> ToCollectionSet<T1, T2, T3, T4, T5>()
Function ToCollectionSet(Of T1, T2, T3, T4, T5) As ILink(Of Tuple(Of List(Of T1), List(Of T2), List(Of T3), List(Of T4), List(Of T5)))
generic<typename T1, typename T2, typename T3, typename T4, typename T5>
ILink<Tuple<List<T1>^, List<T2>^, List<T3>^, List<T4>^, List<T5>^>^>^ ToCollectionSet()

Type Parameters

T1
The type of the 1st collection.
T2
The type of the 2nd collection.
T3
The type of the 3rd collection.
T4
The type of the 4th collection.
T5
The type of the 5th collection.

Return Value