EntityDataReader.GetDateTime(Int32) Метод

Определение

Возвращает значение указанного столбца в виде объекта DateTime.

public:
 override DateTime GetDateTime(int ordinal);
public override DateTime GetDateTime (int ordinal);
override this.GetDateTime : int -> DateTime
Public Overrides Function GetDateTime (ordinal As Integer) As DateTime

Параметры

ordinal
Int32

Порядковый номер столбца (от нуля).

Возвращаемое значение

Значение указанного столбца.

Реализации

Применяется к