5. What properties we used to call stored procedure in C#?
Answer Posted / anil singh
Sqlcommand cmd=new Sqlcommand ();
cmd.CommandType=CommandType.StoreProcedure;
cmd.CommandText="Name-of-StoreProcedure";
cmd.ExecuteNonQuery();
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the do while loop code?
What is the purpose of constructor in c#?
What is the execution entry point for a c# console application?
What is executereader in c#?
How many variables do you need?
What is a linq in c#?
Can an abstract class have a constructor c#?
What is exe file in c#?
What is difference between arraylist and list in c#?
What are value types and reference types?
What is the difference between “constant” and “readonly” variables in c#?
What does || mean in programming?
What is writeline in c#?
What are partial classes and use of partial classes?
How many types of collections are there in c#?