StoredProcQuery Properties
A stored procedure call.
Name | Description |
---|---|
Isolation |
Specifies the isolation level for Sql |
Name |
Specifies the query name.
Inherited from Sql |
Parameters |
Provides access to the collection of parameters defined for the Sql |
Stored |
Specifies the stored procedure to use in the query. |
See Also