SqlBoolean.ByteValue Proprietà

Definizione

Ottiene il valore della struttura SqlBoolean come un byte.

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

Valore della proprietà

Byte che rappresenta il valore della struttura SqlBoolean.

Commenti

Il valore di byte sarà 0 o 1.

Si applica a

Vedi anche