SqlProc
Specifies whether the query can be invoked as an SQL stored procedure.
Usage
To specify that the query can be invoked as an SQL stored procedure, use the following syntax:
Query name(formal_spec) As classname [ SqlProc ] { //implementation }
Copy code to clipboard
Otherwise, omit this keyword or place the word Not immediately before the keyword.
Details
This keyword specifies whether the query can be invoked as an SQL stored procedure.
Default
If you omit this keyword, the query cannot be invoked as an SQL stored procedure.
See Also
“Query Definitions” in this book
“Defining and Using Class Queries” in Defining and Using Classes
“Introduction to Compiler Keywords” in Defining and Using Classes