SqlDataReader.GetByte(Int32) Método

Definição

Obtém o valor da coluna especificada como um byte.Gets the value of the specified column as a byte.

public:
 override System::Byte GetByte(int i);
public:
 virtual System::Byte GetByte(int i);
public override byte GetByte (int i);
public byte GetByte (int i);
override this.GetByte : int -> byte
abstract member GetByte : int -> byte
override this.GetByte : int -> byte
Public Overrides Function GetByte (i As Integer) As Byte
Public Function GetByte (i As Integer) As Byte

Parâmetros

i
Int32

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

Retornos

Byte

O valor da coluna especificada como um byte.The value of the specified column as a byte.

Implementações

Exceções

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

Comentários

Nenhuma conversões é executada; Portanto, os dados recuperados já devem ser um byte.No conversions are performed; therefore, the data retrieved must already be a byte.

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