DbParameterCollection.IsFixedSize プロパティ

定義

コレクションが固定サイズかどうかを指定します。

public:
 virtual property bool IsFixedSize { bool get(); };
public:
 abstract property bool IsFixedSize { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsFixedSize { get; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsFixedSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean
Public MustOverride ReadOnly Property IsFixedSize As Boolean

プロパティ値

コレクションが固定サイズの場合は true。それ以外の場合は false

実装

属性

適用対象

こちらもご覧ください