Hi Simon.
I have a special requirement for filtering for a DbContext:
All stored procedures in a schema (not dbo) combined with a number of tables from the dbo schema.
It looks like the current implementation of the stored procedure name filter only looks at the stored procedure name, not the schema.
Any bright ideas? Or is a special "StoredProc" regex property needed?
I have a special requirement for filtering for a DbContext:
All stored procedures in a schema (not dbo) combined with a number of tables from the dbo schema.
It looks like the current implementation of the stored procedure name filter only looks at the stored procedure name, not the schema.
Any bright ideas? Or is a special "StoredProc" regex property needed?