SqlDataRecord.GetDateTimeOffset(Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca dane określonej kolumny jako 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
Parametry
- ordinal
- Int32
Porządkowa kolumna oparta na zera.
Zwraca
Wartość określonej kolumny jako DateTimeOffset.