DbColumn.IsLong プロパティ

定義

この列が長いデータを含むかどうかを示す null 許容のブール値を取得するか、値が設定されていない場合は null を返します。 true、この列が長いデータを含むかどうかを示す false、または派生クラスでオーバーライドされる場合 null (Visual Basic の場合 Nothing)、のいずれかに設定できます。

public:  property Nullable<bool> IsLong {  public:
Nullable<bool> get(); protected:
 void set(Nullable<bool> value); };
public bool? IsLong { get; protected set; }
member this.IsLong : Nullable<bool> with get, set
Public Property IsLong As Nullable(Of Boolean)

プロパティ値

この列が長いデータを含む場合に true を返します。それ以外の場合は false です。 値が設定されていない場合は、null 参照 (Visual Basic の場合は Nothing) が返されます。

適用対象