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

CompiledMultipleTable<(Of <(<'TCommand, TParameter>)>)>..::..ToObject<(Of <(<'TObject>)>)> Method

Materializes the result as an instance of the indicated type

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

Syntax


public ILink<TObject> ToObject<TObject>(
	RowOptions rowOptions
)
Public Function ToObject(Of TObject) ( _
	rowOptions As RowOptions _
) As ILink(Of TObject)
public:
generic<typename TObject>
ILink<TObject>^ ToObject(
	RowOptions^ rowOptions
)

Type Parameters

TObject
The type of the object returned.

Parameters

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

Return Value

ILink<TObject>.