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

IMasterDetailMaterializer<(Of <(<'TResult>)>)>..::..WithProperties Method

Limits the list of properties to populate to just the indicated list.

Namespace:  Tortuga.Chain
Assembly:  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.

Return Value

IMasterDetailConstructibleMaterializer<TResult>.