IMasterDetailMaterializer<(Of <(<'TResult>)>)>..::..WithDetailConstructor<(Of <(<'T1, T2>)>)> Method
Appends the indicated constructor onto the detail object materializer.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
[SuppressMessageAttribute] IMasterDetailMaterializer<TResult> WithDetailConstructor<T1, T2>()
<SuppressMessageAttribute> _ Function WithDetailConstructor(Of T1, T2) As IMasterDetailMaterializer(Of TResult)
[SuppressMessageAttribute] generic<typename T1, typename T2> IMasterDetailMaterializer<TResult>^ WithDetailConstructor()
Type Parameters
- T1
- The type of the 1st constructor parameter.
- T2
- The type of the 2nd constructor parameter.