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


Please Help Members By Posting Answers For Below Questions

What is the difference between const and readonly in c#.net?

505


Explain concurrency with aop?

524


What is singleordefault c#?

511


When would you use generics in your code c#?

492


What is concatenation and when should it be used?

481






How can you sort strings in array that are passed to method as arguments?

532


Explain about Oops concept

552


Is datetime a value type in c#?

495


can you create a function in c# which can accept varying number of arguments

606


What is the difference between arraylist and list in c#?

460


Can properties be private in c#?

483


Why we need get set property in c#?

543


Can u list some style properties of List Box?

492


Do loops in c#?

503


How many types of constructors are there?

510