表示 ULCommand 的所有参数。此类无法继承。
Visual Basic Public NotInheritable Class ULParameterCollection Inherits DbParameterCollection
C# public sealed class ULParameterCollection: DbParameterCollection
集合中的所有参数均被视为定位参数,并按照 ULCommand.CommandText 中问号占位符的顺序指定。例如,集合中的第一个参数对应 SQL 语句中的第一个问号,集合中的第二个参数对应 SQL 语句中的第二个问号,依此类推。ULCommand.CommandText 中问号的个数必须至少与集合中参数的个数相同。以空值替代缺少的参数。
ULParameterCollection 不具有构造函数。您通过 ULCommand.Parameters 获取 ULParameterCollection。
Inherits: System.Data.Common.DbParameterCollection
Implements: System.Data.IDataParameterCollection
ULParameterCollection 成员
Count 属性
IsFixedSize 属性
IsReadOnly 属性
IsSynchronized 属性
Item 属性
SyncRoot 属性
Add 方法
AddRange 方法
Clear 方法
Contains 方法
CopyTo 方法
GetEnumerator 方法
IndexOf 方法
Insert 方法
Remove 方法
RemoveAt 方法
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |