SqlBoolean.ByteValue Propiedad

Definición

Obtiene el valor de la estructura SqlBoolean en forma de byte.

public:
 property System::Byte ByteValue { System::Byte get(); };
public byte ByteValue { get; }
member this.ByteValue : byte
Public ReadOnly Property ByteValue As Byte

Valor de propiedad

Byte que representa el valor de la estructura SqlBoolean.

Comentarios

El valor de byte será 0 o 1.

Se aplica a

Consulte también