CustomSqlQuery Properties
A custom query.| Name | Description |
|---|---|
| IsolationLevel | Specifies the isolation level for SqlQuery. Inherited from SqlQuery. |
| Name | Specifies the query name. Inherited from SqlQuery. |
| Parameters | Provides access to the collection of parameters defined for the SqlQuery. Inherited from SqlQuery. |
| Sql | Specifies the custom query string. |
See Also