asp.net.ph

System.Data.SqlClient Namespace

System.Data


The System.Data.SqlClient namespace is the SQL Server™ .NET Data Provider.

A .NET data provider describes a collection of classes used to manage connections between an ASP.NET Web application and a data store, such as a relational database or a hierarchical XML file.

This namespace includes the core SqlClient classes for specifically accessing and manipulating an SQL Server™ data source, and essentially consists of the SqlConnection, the SqlCommand, the SqlDataReader, and the SqlDataAdapter classes.

For further information on how this namespace can help you, see Accessing Data with ADO.NET.

See Also

System.Data.Common   System.Data.OleDb Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph