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
Is string a class in c#?
What's the difference between an integer and int?
Is var a data type?
Why dependency injection is used in c#?
Do void methods have parameters?
What is nullable types in c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What type is string in c#?
What is datareader c#?
How do I create multifile assembly?
What is difference between c sharp and c#?
What are the 3 types of comments in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?
Can I define my own exceptions?
What is a c sharp?