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

MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>..::..ToCollectionSet<(Of <(<'T1, T2>)>)> 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>>> ToCollectionSet<T1, T2>()
Public Function ToCollectionSet(Of T1, T2) As ILink(Of Tuple(Of List(Of T1), List(Of T2)))
public:
generic<typename T1, typename T2>
ILink<Tuple<List<T1>^, List<T2>^>^>^ ToCollectionSet()

Type Parameters

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

Return Value