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

ConstructibleMaterializer<(Of <(<'TCommand, TParameter, TResult, TObject>)>)>..::..WithProperties Method

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

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

Syntax


public ILink<TResult> WithProperties(
	params string[] propertiesToPopulate
)
Public Function WithProperties ( _
	ParamArray propertiesToPopulate As String() _
) As ILink(Of TResult)
public:
ILink<TResult>^ WithProperties(
	... array<String^>^ propertiesToPopulate
)

Parameters

propertiesToPopulate
Type: array<String>[]()[][]
The properties of the object to populate.

Return Value

ILink<TResult>.