 | SphinxQLDataReaderGetUInt32(String) 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(
string name
)
Public Function GetUInt32 (
name As String
) As UInteger
Parameters
- name String
- The name of the column.
Return Value
UInt32The value of the specified column.
Exceptions
See Also