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
Explain how to implement delegates in c#.net
What is verbatim string?
What is difference between an Structure and Class?
When do you generally use a class over a struct?
What is the difference between overriding and overloading in systemverilog?
What is dataadapter c#?
Can we override static class in c#?
What does dbml mean in texting?
What do you mean by directing?
When is a class declared as a class abstract?
Why cannot you specify the accessibility modifier for methods inside the interface?
From which base class do all Web Forms inherit from?
Why reflection is used in c#?
Why abstract class is not instantiated in c#?
What is difference between ienumerable and ienumerator in c#?