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 do you mean by hashtable c#?
What does exclamation mark mean c#?
Is datetime a value type in c#?
What are scriptable objects?
Is struct object oriented?
What do you mean by casting a data type?
Can an abstract class inherit from another abstract class c#?
Explain about Oops concept
Why do we need structs in c#?
In a memory when you Box and Unbox a value-type what happens?
Why is main static in c#?
Whats an assembly? Describe the importance of assembly?
what is method overloading in c#?
is it possible to access a remote web service Without UDDI?
Which constructor is called first in c#?