The Ado.NET team has recently said that the stored procedure is not available !! But are the raw SQL Questions still supporting to fix the stored procedure?
var rs = db.Database.SqlQuery & lt; Doc & gt; ("Expiration Docs Bipiriod @ Param = {0}", Parameter: Duration). List (); So will this code work or not?
Yes you execute any SQL (including stored procedures) by SqlQuery can do. Declaration about not supporting SP means that you might not be able to exclude SD processes, update, deleted tasks possibly in EDMX as your organization.
Comments
Post a Comment