TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>..::..ToObject Method
Materializes the result as an instance of the indicated type
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public IConstructibleMaterializer<TObject> ToObject( RowOptions rowOptions )
Public Function ToObject ( _ rowOptions As RowOptions _ ) As IConstructibleMaterializer(Of TObject)
public: IConstructibleMaterializer<TObject>^ ToObject( RowOptions^ rowOptions )
Parameters
- rowOptions
- Type: Tortuga.Chain..::..RowOptions
The row options.