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: