Collection of DBParameters.
Public Class DBParameterCollection Implements System.Data.IDataParameterCollection Implements System.Collections.IList Implements System.Collections.ICollection Implements System.Collections.IEnumerable
public class DBParameterCollection : System.Data.IDataParameterCollection, System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable
All members of DBParameterCollection class, including all inherited members.
Name | Description |
---|---|
Creates an empty list of DBParameters. | |
Adds the given parameter to the collection. | |
Removes all parameters from the collection. | |
Checks whether the collection contains a parameter with the specified name. | |
Copies the contents of the collection into the given array starting at the specified index. | |
Returns an enumerator for the collection. | |
Returns the index of the parameter with the given name in the collection. | |
Inserts the given DBParameter into the collection at the specified index. | |
Removes the given DBParameter from the collection. | |
Removes the parameter with the given name from the collection. | |
The number of parameters in the collection. | |
Returns false. | |
Returns false. | |
Returns false. | |
Used to synchronize access to the DBParameterCollection. | |
Gets or sets the DBParameter with the given name in the collection. |
A DBParamterCollection is initially empty when created by DBCommand, and must be filled with appropriate parameters before the DBCommand executes.
DBParameterCollection constructor
Add 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 © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |