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 are immutable types in c#?
Structs are largely redundant in c++. Why does c# have them?
what are the differences between a class and structure
Is exe is machine dependent?
How do I convert a string to an int in c#?
What is a collection in c#?
What is difference between float and integer?
What is dynamic object in c#?
Which is better python or c#?
Compare and contrast between the System.Array.CopyTo() and Clone()?
What standard types does c# use?
Why do we use reflection in c#?
What is the use of generics in c#?
What the different phase/steps of acquiring a proxy object in webservice?
Does main have to be static c#?