SqlQuery Properties
A formalized description of a database query used to select data from SqlDataSource.| Name | Description |
|---|---|
| IsolationLevel | Specifies the isolation level for SqlQuery. |
| Name | Specifies the query name. |
| Parameters | Provides access to the collection of parameters defined for the SqlQuery. |
See Also