There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
There is a customized Context Class PassGuideDB inheriting from ObjectContext.
There is a stored procedure PassGuide_sp.
How can you ensure that PassGuideDBcan use PassGuide_sp, which is defined in the data
source?
A.
Use function…
B.
Use attribute…
C.
Use method…
D.
..ExecuteMethod
E.
..ExecuteStoreQuery
F.
..ExecuteStoredProcedure
G.
..ExecuteFunction
H.
..ExecuteSP
I.
..ExecuteStoreCommand
Explanation:
http://msdn.microsoft.com/en-us/library/dd986915%28v=vs.110%29.aspx
ObjectContext.ExecuteFunction method executes a stored procedure or function that is defined in the data source and expressed in the conceptual model.