Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 .NET 编写同步脚本 » 用于 .NET 参考的 MobiLink 服务器 API

 

DBParameterCollection 类

语法
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 ] 属性