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