Represents all parameters to an SACommand object and, optionally, their mapping to a DataSet column.
Visual Basic syntaxPublic NotInheritable Class SAParameterCollection Inherits System.Data.Common.DbParameterCollection
C# syntaxpublic sealed class SAParameterCollection : System.Data.Common.DbParameterCollection
Base classes
MembersAll members of SAParameterCollection class, including all inherited members.
| Name | Description |
|---|---|
| Adds an SAParameter object to this collection. | |
| Adds an array of values to the end of the SAParameterCollection. | |
| Adds a value to the end of this collection. | |
| Removes all items from the collection. | |
| Indicates whether an SAParameter object exists in the collection. | |
| Copies SAParameter objects from the SAParameterCollection to the specified array. | |
| Returns an enumerator that iterates through the SAParameterCollection. | |
|
|
Returns the System.Data.Common.DbParameter object at the specified index in the collection.
|
| Returns the location of the SAParameter object in the collection. | |
| Inserts an SAParameter object in the collection at the specified index. | |
| Removes the specified SAParameter object from the collection. | |
| Removes the specified SAParameter object from the collection. | |
|
|
Sets the System.Data.Common.DbParameter object at the specified index to a new value.
|
| Returns the number of SAParameter objects in the collection. | |
| Gets a value that indicates whether the SAParameterCollection has a fixed size. | |
| Gets a value that indicates whether the SAParameterCollection is read-only. | |
| Gets a value that indicates whether the SAParameterCollection object is synchronized. | |
| Gets an object that can be used to synchronize access to the SAParameterCollection. | |
| Gets and sets the SAParameter object at the specified index. |
RemarksThere is no constructor for SAParameterCollection. You obtain an SAParameterCollection object from the SACommand.Parameters property of an SACommand object.
See alsoAdd method
AddRange method
AddWithValue method
Clear method
Contains method
CopyTo method
GetEnumerator method
IndexOf method
Insert method
Remove method
RemoveAt method
Count property
IsFixedSize property
IsReadOnly property
IsSynchronized property
SyncRoot property
this property
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
