DbDataRecord.GetInt64(Int32) Metoda

Definicja

Zwraca wartość określonej kolumny jako 64-bitową liczbę całkowitą podpisaną.

public:
 abstract long GetInt64(int i);
public:
 virtual long GetInt64(int i);
public abstract long GetInt64 (int i);
public long GetInt64 (int i);
abstract member GetInt64 : int -> int64
abstract member GetInt64 : int -> int64
override this.GetInt64 : int -> int64
Public MustOverride Function GetInt64 (i As Integer) As Long
Public Function GetInt64 (i As Integer) As Long

Parametry

i
Int32

Porządkowa kolumna.

Zwraca

Wartość określonej kolumny.

Implementuje

Uwagi

Nie są wykonywane żadne konwersje; dlatego pobrane dane muszą być już 64-bitową liczbą całkowitą podpisaną.

Dotyczy

Zobacz też