Q:

execute stored procedure without db set

var results = Context.Query<MyStoredProcResultType>()
                     .FromSql("EXECUTE dbo.MyStoredProc {0}", someParam)
                     .ToList()
0
modelBuilder.Query<MyStoredProcResultType>();
0

New to Communities?

Join the community