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

IColumnSelectingMaterializer<(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


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

Parameters

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

Return Value

ILink<TResult>.

Remarks


This feature is not available for all command builders. For example, those that bind to a stored procedure may ignore this option.