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

適用対象

こちらもご覧ください