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

IMasterDetailMaterializer<(Of <(<'TResult>)>)>..::..WithDetailConstructor<(Of <(<'T1>)>)> Method

Appends the indicated constructor onto the detail object materializer.

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

Syntax


[SuppressMessageAttribute]
IMasterDetailMaterializer<TResult> WithDetailConstructor<T1>()
<SuppressMessageAttribute> _
Function WithDetailConstructor(Of T1) As IMasterDetailMaterializer(Of TResult)
[SuppressMessageAttribute]
generic<typename T1>
IMasterDetailMaterializer<TResult>^ WithDetailConstructor()

Type Parameters

T1
The type of the 1st constructor parameter.

Return Value

IMasterDetailConstructibleMaterializer<TResult>.