Name | Description | |
---|---|---|
C1DbParameterCollection Constructor | C1DbParameterCollection constructor. |
The following tables list the members exposed by C1DbParameterCollection.
Name | Description | |
---|---|---|
C1DbParameterCollection Constructor | C1DbParameterCollection constructor. |
Name | Description | |
---|---|---|
Count | Overridden. Specifies the number of items in the collection. | |
Item | Overloaded. Gets and sets the DbParameter at the specified index. | |
SyncRoot | Overridden. Specifies the Object to be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Overridden. Adds the specified DbParameter object to the parameter collection. | |
AddRange | Overridden. Adds an array of items with the specified values to the parameter collection. | |
AddWithValue | Adds a DbParameter object to the parameter collection. | |
Clear | Overridden. Removes all parameter values from the parameter collection. | |
Clone | Create a copy of the current instance of C1DbParameterCollection. | |
Contains | Overloaded. Overridden. Indicates whether a DbParameter with the specified name exists in the collection. | |
CopyTo | Overridden. Copies an array of items to the collection starting at the specified index. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
IndexOf | Overloaded. Overridden. Returns the index of the specified DbParameter object. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Insert | Overridden. Inserts the specified index of the DbParameter object with the specified name into the collection at the specified index. | |
Remove | Overridden. Removes the specified DbParameter object from the collection. | |
RemoveAt | Overloaded. Overridden. Removes the DbParameter object at the specified from the collection. |
Name | Description | |
---|---|---|
GetParameter | Overloaded. Overridden. Returns the DbParameter object at the specified index in the collection. | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
SetParameter | Overloaded. Overridden. Sets the DbParameter object with the specified name to a new value. |