Question:You are using an EntityDataSource control on your page. You need to write a custom query that uses a parameter in the Where clause. What actions should you take?
A Set the command by using the EntitySetName property.
B Set the command by using the CommandText property.
C Add a WhereParameters section to the EntityDataSource control markup.
D Name the parameter by using the @ ParamName construct inside the Where parameter definition.
+ AnswerB
+ Report