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

Is xml tags are case sensitive?

474


Tell us something about static linking and dynamic linking?

529


What are methods c#?

480


What is meaning of type safety in c#?

457


What is the full form of GAC? Explain its uses?

572






What is parameters in c#?

492


What is xml serialization in c#?

462


Why do we need generics?

511


What is a class c#?

470


What is string pool in c#?

527


What do you mean by jagged arrays in c#?

473


What is clr namespace?

485


What is unsigned int?

519


Explain the process of Serialization?

542


What do you mean by casting a data type?

540