IMultipleRowDbCommandBuilder..::..ToInt64Set Method (String, 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
ILink<HashSet<long>> ToInt64Set( string columnName, ListOptions listOptions )
Function ToInt64Set ( _ columnName As String, _ listOptions As ListOptions _ ) As ILink(Of HashSet(Of Long))
ILink<HashSet<long long^>^>^ ToInt64Set( String^ columnName, ListOptions^ listOptions )
Parameters
- columnName
- Type: String
Name of the desired column.
- listOptions
- Type: Tortuga.Chain..::..ListOptions
The list options.