SqlDataRecord.GetDateTimeOffset(Int32) Метод

Определение

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

public:
 virtual DateTimeOffset GetDateTimeOffset(int ordinal);
public virtual DateTimeOffset GetDateTimeOffset (int ordinal);
abstract member GetDateTimeOffset : int -> DateTimeOffset
override this.GetDateTimeOffset : int -> DateTimeOffset
Public Overridable Function GetDateTimeOffset (ordinal As Integer) As DateTimeOffset

Параметры

ordinal
Int32

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

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

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

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