StoredProcQuery Properties
A stored procedure call.| 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. |
| StoredProcName | Specifies the stored procedure to use in the query. |
See Also