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