AceQL HTTP C# Client SDK v7.5.1

AceQLParameterCollection Methods

The AceQLParameterCollection type exposes the following members.

Methods


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