QueryParameters Methods |
The QueryParameters type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a QueryParameter to this collection.
|
|
Contains |
Returns a value that indicates if an object with the ID exists in the collection.
|
|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
|
GetFirstObject |
Gets the first Object in the collection.
|
|
GetNextObject |
Gets the Next Object in the collection.
|
|
GetObjectData | ||
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
|
Remove(Int32) |
Removes a QueryParameter from this collection.
|
|
Remove(String) |
Removes a QueryParameter from this collection.
|
|
Reset |
Implements System.Collections.IEnumerator.Reset.
|