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 a generic c#?
How many types of constructors are there?
How does it work?
What is a hashset c#?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
What are the desktop applications?
What is dependency in software?
Is unity object oriented?
What is protected internal modifier in C#?
What is a clr (common language runtime)?
What is multicast delegate in c# ?
How to add controls dynamically to the form using c#.net.
What is the use of properties window?
What is the meaning of MSIL?
Value Type and Reference Type Data type in C#?