Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectDataReader<(Of <(<'TObject>)>)>..::..GetDateTime Method

Gets the value of the specified column as a DateTime object.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public DateTime GetDateTime(
	int ordinal
)
Public Function GetDateTime ( _
	ordinal As Integer _
) As DateTime
public:
DateTime^ GetDateTime(
	int^ ordinal
)

Parameters

ordinal
Type: Int32
The zero-based column ordinal.

Return Value

The value of the specified column.