AceQLParameterCollection Methods
The AceQLParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(AceQLParameter) |
Adds the specified AceQLParameter. object to the AceQLParameterCollection.
|
|
Add(Object) |
Adds the specified AceQLParameter object to the AceQLParameterCollection. Not implemented.
|
|
AddWithValue(String, Object) |
Adds a value to the end of the AceQLParameterCollection.
|
|
AddWithValue(String, Stream, Int64) |
Adds a value to the end of the AceQLParameterCollection.
To be used for Blobs insert or update.
|
|
Clear |
Removes all AceQLParameter objects from the AceQLParameterCollection
|
|
Contains(String) |
Determines whether the specified parameter name is in this AceQLParameterCollection.
|
|
Contains(Object) |
Determines whether the specified System.Object is in this AceQLParameterCollection.
|
|
ContainsBlob |
Determines whether this instance contains BLOB/CLOB.
|
|
CopyTo |
Copies the elements of the [ICollection] to an [Array], starting at a particular [Array] index.
Not implemented.
|
|
GetAceQLParameter |
Gets the AceQLParameter for it's name.
|
|
GetEnumerator |
Exposes the [IEnumerable].GetEnumerator" method, which supports a simple iteration over a collection by a .NET Framework data provider.
|
|
IndexOf(String) |
Gets the location of the specified AceQLParameter with the specified name.
|
|
IndexOf(Object) |
Gets the location of the specified [Object] within the collection.
|
|
Insert |
Inserts an [Object]into the AceQLParameterCollection at the specified index.
Not implemented.
|
|
Remove |
Removes the specified AceQLParameter from the collection.
|
|
RemoveAt(String) |
Removes the AceQLParameter from the AceQLParameterCollection
at the specified parameter name.
|
|
RemoveAt(Int32) |
Removes the AceQLParameter from the AceQLParameterCollection
at the specified index.
|