IDataRecord.GetInt64(Int32) Método
Definição
Obtém o valor inteiro com sinal de 64 bits do campo especificado.Gets the 64-bit signed integer value of the specified field.
public:
long GetInt64(int i);
public long GetInt64 (int i);
abstract member GetInt64 : int -> int64
Public Function GetInt64 (i As Integer) As Long
Parâmetros
- i
- Int32
O índice do campo a ser localizado.The index of the field to find.
Retornos
O valor inteiro com sinal de 64 bits do campo especificado.The 64-bit signed integer value of the specified field.
Exceções
O índice passado estava fora do intervalo de 0 a FieldCount.The index passed was outside the range of 0 through FieldCount.