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
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
What is a streamwriter in c#?
Differentiate between sqlclient oledb and providers?
How to parse a date time string?
How does bubble sort work?
Why do we use yield in c#?
What is arraylist?
What is parsing?
What is the difference between int16 and int32 in c#?
When should I throw an exception?
What is lazy loading and eager loading in c#?
Do extension methods have to be static?
How do you use nullable?
What is c# entity framework?
How big is int16?