class DBParameterCollection inherits from IDataParameterCollection, IList, ICollection, IEnumerable Member of iAnywhere.MobiLink.Script
DBParameter のコレクション。DBCommand で DBParameterCollection を作成した時点では、DBParameterCollection は空です。DBCommand を実行する前に、適切なパラメータを指定してください。
DBParameterCollection メソッド
Contains( string parameterName ) メソッド
IndexOf( string parameterName ) メソッド
RemoveAt( string parameterName ) メソッド
Add( object value ) メソッド
Clear メソッド
Contains( object value ) メソッド
IndexOf( object value ) メソッド
Insert( int index, object value ) メソッド
Remove( object value ) メソッド
RemoveAt( int index) メソッド
CopyTo(Array array, int index) メソッド
GetEnumerator メソッド
IsFixedSize プロパティ
IsReadOnly プロパティ
Count プロパティ
IsSynchronized プロパティ
SyncRoot プロパティ
this[ string parameterName ] プロパティ
this[ int index ] プロパティ
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |