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