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