0
Q:
A) Apply the FunctionAttribute and ResultTypeAttribute to the stored procedure function. Use the GetResult | B) Apply the FunctionAttribute and ParameterAttribute to the stored procedure function and directly access the strongly typed object from the results collection. |
C) Apply the ResultTypeAttribute to the stored procedure function and directly access the strongly typed object from the results collection. | D) Apply the ParameterAttribute to the stored procedure function. Use the GetResult |
Answer: A) Apply the FunctionAttribute and ResultTypeAttribute to the stored procedure function. Use the GetResult
Explanation:
Explanation: