What is command object in c#?



What is command object in c#?..

Answer / Ranjeet Vishwakarma

Command object is a class used in ADO.NET that represents a SQL statement or stored procedure to be executed by the data provider. It contains properties such as CommandText, CommandType and parameters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How do you debug an ASP.NET Web application?

1 Answers  


Define assert() method? How does it work?

1 Answers   Siebel,


Why do I get a security exception when I try to run my c# app?

1 Answers  


What are the advantages of using assemble language programming?

1 Answers   Ittiam Systems,


Define the term immutable ?

1 Answers   Siebel,


What is using directive in c#?

1 Answers  


What?s the difference between // comments, /* */ comments and /// comments?

2 Answers   Intel, Visual Soft,


Explain the types of comments in c#?

1 Answers  


You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

1 Answers  


Can a method be sealed in c#?

1 Answers  


Why should you override the tostring() method?

1 Answers  


What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


Categories