what is the use of SQL command builder class in C#.net?
Explain how can we execute a stored procedure using C#.Net?
What is the difference between .DLL and .EXE?
Answer Posted / satish
It is one of the class in System.data.sqlclient namespace. this class is used to generate sql statements.This class generates sql statements depending upon the data adapter class.It some methods like GetInsertCommand,GetDelete and GetUpdateCommands. In C#,stored procedures can be used by using Sqlparameter class. Both .dll and .exe are called assemblies. .exe is called self executable file while .dll is not self executable file....
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How does .net remoting work?
What is new in the .net 2.0 class library?
Explain about generation?
Explain dma? : .NET Architecture
What is .net mobile utility controls. : Microsoft dot net mobile
Does .NET runtime offer Deterministic Destruction or not?
What is the mesi? : .NET Architecture
deference between display and visibility property of CSS
how to change the title of my window?
What is the purpose of Treeview control?
8. Oop-Why and were we use Interfacse and Abstract class.
Why only boxed types can be unboxed?
Explain about developer benefit from memory management?
What are .net mobile controls features? : Microsoft dot net mobile
what is sessions and cookies take one example simple way to understand