Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Viewing all articles
Browse latest Browse all 1642

Edited Issue: SP in custom schema fix [108]

$
0
0
Hi,
There is an bug to call a SP in custom schema
I create a path for it that attached here.

and
This change in main .tt file

Func<StoredProcedure, string> WriteStoredProcReturnModelName = sp =>
string.Format("{0}{1}ReturnModel", (sp.Schema.ToLower() != "dbo") ? sp.Schema + "_" : string.Empty, sp.NameHumanCase);


Thanks

Viewing all articles
Browse latest Browse all 1642

Trending Articles