 | SphinxQLDataReaderGetDateTime(Int32) Method |
Gets the value of the specified column as a
DateTime object.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override DateTime GetDateTime(
int ordinal
)
Public Overrides Function GetDateTime (
ordinal As Integer
) As DateTime
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
DateTimeThe value of the specified column.
Implements
IDataRecordGetDateTime(Int32)
Exceptions
See Also