OracleParameterCollection.IsFixedSize プロパティ

定義

OracleParameterCollectionに固定サイズがあるかどうかを示す値を取得します。

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

プロパティ値

OracleParameterCollectionが固定サイズの場合はtrueを返します。それ以外の場合はfalse返します。

実装

適用対象