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.SqlCe.Configuration.Fluent.DatabaseProviderExtensions Class Reference

Extension methods for IDatabaseConfigurationProviders More...

Static Public Member Functions

static IDatabaseSqlCeDatabaseConfiguration ASqlCeDatabase (this IDatabaseConfigurationProviders context)
 A Sql CE database for use with the System.Data.SqlServerCe namespace. More...
 

Detailed Description

Extension methods for IDatabaseConfigurationProviders

Member Function Documentation

◆ ASqlCeDatabase()

static IDatabaseSqlCeDatabaseConfiguration Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.Configuration.Fluent.DatabaseProviderExtensions.ASqlCeDatabase ( this IDatabaseConfigurationProviders  context)
static

A Sql CE database for use with the System.Data.SqlServerCe namespace.

Parameters
contextConfiguration context
Returns
A new SqlCeDatabaseConfigurationExtension with the specified context .

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