OracleBinary.Length プロパティ

定義

Value プロパティの長さをバイト数で取得します。 このプロパティは読み取り専用です。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

プロパティ値

Value プロパティのバイナリ データの長さ。

注釈

を発生さないようにするには、 プロパティをOracleNullValueException読み取Lengthる前に、常に プロパティをIsNullチェックします。

適用対象