OdbcParameterCollection.IsFixedSize プロパティ

定義

OdbcParameterCollection が固定サイズかどうかを示す値を取得します。 読み取り専用です。

public:
 virtual property bool IsFixedSize { bool get(); };
public override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overrides ReadOnly Property IsFixedSize As Boolean

プロパティ値

true が固定サイズの場合は OdbcParameterCollection。それ以外の場合は false

適用対象

こちらもご覧ください