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

IMasterDetailMaterializer<(Of <(<'TResult>)>)>..::..WithMasterConstructor Method (array<Type>[]()[][])

Appends the indicated constructor onto the master object materializer.

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

Syntax


IMasterDetailMaterializer<TResult> WithMasterConstructor(
	params Type[] constructorSignature
)
Function WithMasterConstructor ( _
	ParamArray constructorSignature As Type() _
) As IMasterDetailMaterializer(Of TResult)
IMasterDetailMaterializer<TResult>^ WithMasterConstructor(
	... array<Type^>^ constructorSignature
)

Parameters

constructorSignature
Type: array<Type>[]()[][]
The constructor signature.