 | SphinxQLDataReaderGetInt32(String) Method |
Gets the value of the specified column as a 32-bit signed integer.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic int GetInt32(
string name
)
Public Function GetInt32 (
name As String
) As Integer
Parameters
- name String
- The name of the column.
Return Value
Int32The value of the specified column.
Exceptions
See Also