OracleDataReader.GetInt64(Int32) Método

Definição

Obtém o valor da coluna especificada como um inteiro com sinal de 64 bits.Gets the value of the specified column as a 64-bit signed integer.

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

Parâmetros

i
Int32

O ordinal da coluna baseado em zero.The zero-based column ordinal.

Retornos

Int64

O valor da coluna especificada como um inteiro com sinal de 64 bits.The value of the specified column as a 64-bit signed integer.

Implementações

Exceções

A conversão especificada não é válida.The specified cast is not valid.

Comentários

Chame IsDBNull para verificar se há valores nulos antes de chamar este método.Call IsDBNull to check for null values before calling this method.

Aplica-se a