class DBParameterCollection inherits from IDataParameterCollection, IList, ICollection, IEnumerable Member of iAnywhere.MobiLink.Script
DBParameters 的集合。当 DBCommand 创建 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 property
Count 属性
IsSynchronized 属性
SyncRoot 属性
this[ string parameterName ] 属性
this[ int index ] 属性
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |