SqlQueryCollection Properties
A collection of SqlQuery objects in the SqlDataSource.| Name | Description |
|---|---|
| Count | Counts the SQL queries that are available in a collection. |
| Item[Int32] | Provides indexed access to individual items in the collection. |
| Item[String] | Provides access to an individual item in the collection by its name. |
See Also