CompiledSingleRow<(Of <(<'TCommand, TParameter, TObject>)>)>..::..ToObject<(Of <(<'TResultObject>)>)> Method (RowOptions)
Materializes the result as an instance of the indicated type
Namespace:
Tortuga.Chain.MaterializersAssembly: Tortuga.Chain.CompiledMaterializers (in Tortuga.Chain.CompiledMaterializers.dll)
Syntax
public ILink<TResultObject> ToObject<TResultObject>( RowOptions rowOptions )
Public Function ToObject(Of TResultObject) ( _ rowOptions As RowOptions _ ) As ILink(Of TResultObject)
public: generic<typename TResultObject> ILink<TResultObject>^ ToObject( RowOptions^ rowOptions )
Type Parameters
- TResultObject
- The type of the object returned.
Parameters
- rowOptions
- Type: Tortuga.Chain..::..RowOptions
The row options.