UseDynamicStoredProcedures
Indicates whether or not stored procedures should be listed dynamically.
Data Type
bool
Default Value
false
Remarks
When UseDynamicStoredProcedures is true, you can pull a stored procedure from the Actions and Functions in the OData service $metadata document and use the EXEC command to list it at runtime.
In all other ways, dynamic stored procedures are just like standard static stored procedures. Like standard stored procedures, they can also be listed using CALL or via edition-specific code.