ISingleRowDbCommandBuilder..::..ToObject<(Of <(<'TObject>)>)> Method
Materializes the result as an instance of the indicated type
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IConstructibleMaterializer<TObject> ToObject<TObject>( RowOptions rowOptions )
Function ToObject(Of TObject) ( _ rowOptions As RowOptions _ ) As IConstructibleMaterializer(Of TObject)
generic<typename TObject> IConstructibleMaterializer<TObject>^ ToObject( RowOptions^ rowOptions )
Type Parameters
- TObject
- The type of the object returned.
Parameters
- rowOptions
- Type: Tortuga.Chain..::..RowOptions
The row options.