MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>..::..ToInt32OrNullList Method (ListOptions)
Indicates the results should be materialized as a list of integers.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ILink<List<Nullable<int>>> ToInt32OrNullList( ListOptions listOptions )
Public Function ToInt32OrNullList ( _ listOptions As ListOptions _ ) As ILink(Of List(Of Nullable(Of Integer)))
public: ILink<List<Nullable<int^>>^>^ ToInt32OrNullList( ListOptions^ listOptions )
Parameters
- listOptions
- Type: Tortuga.Chain..::..ListOptions
The list options.