SqlQueryCollection Methods
A collection of SqlQuery objects in the SqlDataSource.
Name | Description |
---|---|
Add |
Adds the specified query to the collection. |
Add |
Appends an array of SQL queries to the Sql |
Add |
Appends a collection of SQL queries to the Sql |
Check |
Checks whether or not a query with the specified name can be added to the Sql |
Clear() | Removes all items from the collection. |
Contains |
Determines whether or not the collection contains the specified SQL query. |
Contains |
Indicates whether or not a query with the specified name exists in the Sql |
Copy |
Copies the entire SQL query collection to a one dimensional array starting at the specified index of the target array. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Generate |
Generates the unique name for a SQL query within the collection. |
Get |
Returns the queries stored in the Sql |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified SQL query in the collection. |
Insert |
Inserts the specified SQL query into the collection at the specified position. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified query from the collection. |
Remove |
Removes the element at the specified index from the collection. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also