Hi Erik,
Set the database.tt schema filter include to be new Regex("dbo"); That will filter both the stored procs and tables for 'dbo' only.
As you want stored procs in non-dbo schema, in EF.Reverse.POCO.Core.ttinclude file, modify the ReadStoredProcs() function and add the code shown below to the first line:
Set the database.tt schema filter include to be new Regex("dbo"); That will filter both the stored procs and tables for 'dbo' only.
As you want stored procs in non-dbo schema, in EF.Reverse.POCO.Core.ttinclude file, modify the ReadStoredProcs() function and add the code shown below to the first line:
schemaFilterExclude = null;