GetDateTime Method (C1SnowflakeDataReader)
Gets the value of the specified column as a DateTime object.
'Declaration
Public Overridable Function GetDateTime( _
ByVal As Integer _
) As Date
public virtual DateTime GetDateTime(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.