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