 | SphinxQLDataReaderGetUInt32(Int32) Method |
Gets the value of the specified column as a 32-bit unsigned integer.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic uint GetUInt32(
int ordinal
)
Public Function GetUInt32 (
ordinal As Integer
) As UInteger
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
UInt32The value of the specified column.
Exceptions
See Also