Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Does c# support try-catch-finally blocks?

923


What is object array in c#?

1017


Is c# good for web development?

1022


Is is possible to force garbage collector to run?

1049


How to open a new form on button click in Windows forms?

1017


What is unmannaged code and will CLR handle this kind of code or not .

1074


What are Indexers in C#?

1104


Explain About Virtual functions and their use.

1078


Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates

934


What are the boolean data types in c#?

1064


Describe how a .net application is compiled and executed

979


Is c# different than c++?

944


What are functions in c#?

955


Explain the serialization in .net

1035


What is single dimensional array in c#?

995