名前 | 解説 | |
---|---|---|
![]() | Add | ParameterCollectionに新しいParameterオブジェクトを追加します。 |
![]() | AddRange | オーバーロードされます。 ParameterコレクションにParameterオブジェクトの領域セットを追加します。 |
![]() | AtLeastOneNeedsPrompt | クエリプロンプトを表示するかどうかを決定します。コレクションに格納されているParameterクラスのうち、1つでもPromptUserプロパティがTrueに設定されているものが存在すれば、Trueを返します。 |
![]() | AtLeastOneQueryCreated | コレックションでパラメータのためにクエリが作成されたかどうかを決定します。 |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 |
![]() | Contains | 指定したParameterオブジェクトがコレクション内に存在するかどうかを示す値を取得します。 |
![]() | Dispose | ParameterCollectionをメモリから解放します。 |
![]() | IndexOf | コレクション内の指定したParameterオブジェクトのインデックスを特定します。 |
![]() | Insert | コレクション内の指定したインデックスにParameterオブジェクトを追加します。 |
![]() | Remove | ParameterCollectionからParameterオブジェクトを削除します。 |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |