 | SphinxQLDataReaderGetDecimal(String) Method |
Gets the value of the specified column as a
Decimal object.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic decimal GetDecimal(
string name
)
Public Function GetDecimal (
name As String
) As Decimal
Parameters
- name String
- The name of the column.
Return Value
DecimalThe value of the specified column.
Exceptions
See Also