IObjectDbCommandBuilder<(Of <(<'TArgument>)>)>..::..ToObjectOrNull Method
Materializes the result as a new instance of the same type as the argumentValue
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
ILink<Nullable<TArgument>> ToObjectOrNull( RowOptions rowOptions )
Function ToObjectOrNull ( _ rowOptions As RowOptions _ ) As ILink(Of Nullable(Of TArgument))
ILink<Nullable<TArgument>>^ ToObjectOrNull( RowOptions^ rowOptions )
Parameters
- rowOptions
- Type: Tortuga.Chain..::..RowOptions
The row options.