5. What properties we used to call stored procedure in C#?
Answer Posted / sudip pachal
CommandObject.CommandType=CommandType.StoreProcedure;
CommandObject.CommandText="Sp";
CommandObject.Executenonquery();
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between system.text.stringbuilder and system.string?
What is overloading in c#?
Define strong name in c#?
What issues can be faced while delivering code?
What language is c# similar to?
What are console applications used for?
Can you declare a field readonly?
What is variable in c#?
What is data adapter in c#?
What is mvc firstordefault?
How do you set a class path?
What is difference between destructor and finalize?
Why should you override the tostring() method?
What is Satellite Assemblies ?
What is the difference between c and c sharp?