Enterprise Library Data Access Application Block  7.0-rc1
The Data Access Application Block abstracts the actual database you are using, and exposes a collection of methods that make it easy to access that database and to perform common tasks.
Microsoft.Practices.EnterpriseLibrary.Data.Sql.Configuration.Fluent.DatabaseProviderExtensions Class Reference

Static Public Member Functions

static IDatabaseSqlDatabaseConfiguration ASqlDatabase (this IDatabaseConfigurationProviders context)
 A Sql database for use with the System.Data.SqlClient namespace. More...
 

Member Function Documentation

◆ ASqlDatabase()

static IDatabaseSqlDatabaseConfiguration Microsoft.Practices.EnterpriseLibrary.Data.Sql.Configuration.Fluent.DatabaseProviderExtensions.ASqlDatabase ( this IDatabaseConfigurationProviders  context)
static

A Sql database for use with the System.Data.SqlClient namespace.

Parameters
contextConfiguration context
Returns
See also
System.Data.SqlClient

The documentation for this class was generated from the following file: