SqliteDataReader.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.
Pobiera wartość określonej kolumny jako DateTimeOffset.
public DateTimeOffset GetDateTimeOffset(int ordinal);
public virtual DateTimeOffset GetDateTimeOffset(int ordinal);
member this.GetDateTimeOffset : int -> DateTimeOffset
abstract member GetDateTimeOffset : int -> DateTimeOffset
override this.GetDateTimeOffset : int -> DateTimeOffset
Public Function GetDateTimeOffset (ordinal As Integer) As DateTimeOffset
Public Overridable Function GetDateTimeOffset (ordinal As Integer) As DateTimeOffset
Parametry
- ordinal
- Int32
Porządkowa kolumna oparta na zera.
Zwraca
Wartość kolumny.