Represents all parameters to an SACommand object and, optionally, their mapping to a DataSet column. This class cannot be inherited.
Visual Basic Public NotInheritable Class SAParameterCollection Inherits DbParameterCollection
C# public sealed class SAParameterCollection : DbParameterCollection
There is no constructor for SAParameterCollection. You obtain an SAParameterCollection object from the SACommand.Parameters property of an SACommand oject.
SAParameterCollection members
Count property
IsFixedSize property
IsReadOnly property
IsSynchronized property
Item properties
SyncRoot property
Add methods
AddRange methods
AddWithValue method
Clear method
Contains methods
CopyTo method
GetEnumerator method
IndexOf methods
Insert method
Remove method
RemoveAt methods
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |