I want all Stored Procedures #1269
Unanswered
arjunbharara
asked this question in
Q&A
Replies: 1 comment
-
Depending on the provider you are using, stored procedures could be in memory (with a single statement)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I perform a standard provisioning, it creates some of the selected stored procedures, but it doesn’t generate the SelectRow and SelectChanges stored procedures, which are available in the DbStoredProcedureType enum.
Is there a way to ensure these stored procedures are generated for all tables without having to run a loop? I attempted to use the OnProvisioningTable interceptor, but it didn’t work as expected.
Beta Was this translation helpful? Give feedback.
All reactions