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

IObjectDbCommandBuilder<(Of <(<'TArgument>)>)>..::..ToObject Method

Materializes the result as a new instance of the same type as the argumentValue

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

Syntax


ILink<TArgument> ToObject(
	RowOptions rowOptions
)
Function ToObject ( _
	rowOptions As RowOptions _
) As ILink(Of TArgument)
ILink<TArgument>^ ToObject(
	RowOptions^ rowOptions
)

Parameters

rowOptions
Type: Tortuga.Chain..::..RowOptions
The row options.

Return Value

Remarks


To update the argumentValue itself, use WithRefresh() instead.