GetDateTime Method (C1DataReaderBase)
In This Topic
Gets the value of the specified column as a DateTime object.
Syntax
'Declaration
Public Overrides Function GetDateTime( _
ByVal As Integer _
) As Date
public override DateTime GetDateTime(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.
See Also