I'm trying to generate the code around a procedure named tbd.TableName_GetWidget where tbd is the owner. I have the CustomProcedureStartsWith property in .NetTiers set to "{0}_"
Why is the code for the stored procedure not getting generated? Is it because the owner isn't dbo? I'm using a Mapping.config file. Should I be naming the procedure with the alias name instead of the table name?
Thanks,
Adam