IMasterDetailMaterializer<(Of <(<'TResult>)>)>..::..WithProperties Method
Limits the list of properties to populate to just the indicated list.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IMasterDetailMaterializer<TResult> WithProperties( params string[] propertiesToPopulate )
Function WithProperties ( _ ParamArray propertiesToPopulate As String() _ ) As IMasterDetailMaterializer(Of TResult)
IMasterDetailMaterializer<TResult>^ WithProperties( ... array<String^>^ propertiesToPopulate )
Parameters
- propertiesToPopulate
- Type: array<String>[]()[][]
The properties of the object to populate.