 | SphinxQLDataReaderGetDateTime Method (String) |
Gets the value of the specified column as a
DateTime object.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic DateTime GetDateTime(
string name
)
Public Function GetDateTime (
name As String
) As DateTime
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
DateTimeThe value of the specified column.
Exceptions
See Also