SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>..::..ToObjectOrNull<(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
public IConstructibleMaterializer<Nullable<TObject>> ToObjectOrNull<TObject>( RowOptions rowOptions )
Public Function ToObjectOrNull(Of TObject) ( _ rowOptions As RowOptions _ ) As IConstructibleMaterializer(Of Nullable(Of TObject))
public: generic<typename TObject> IConstructibleMaterializer<Nullable<TObject>>^ ToObjectOrNull( RowOptions^ rowOptions )
Type Parameters
- TObject
- The type of the object returned.
Parameters
- rowOptions
- Type: Tortuga.Chain..::..RowOptions
The row options.