SqlBoolean.ByteValue プロパティ

定義

SqlBoolean 構造体の値をバイトとして取得します。

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

プロパティ値

SqlBoolean 構造体の値を表すバイト。

注釈

バイト値は 0 または 1 になります。

適用対象

こちらもご覧ください