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.Configuration.Fluent.IDatabaseProviderExtensionContext Interface Reference

Provides extension context for database provider extensions. More...

Properties

ConnectionStringSettings ConnectionString [get]
 The current connection string under construction in the fluent interface. More...
 
IConfigurationSourceBuilder Builder [get]
 Context of the current builder for the extension More...
 

Detailed Description

Provides extension context for database provider extensions.

Property Documentation

◆ Builder

IConfigurationSourceBuilder Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent.IDatabaseProviderExtensionContext.Builder
get

Context of the current builder for the extension

◆ ConnectionString

ConnectionStringSettings Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Fluent.IDatabaseProviderExtensionContext.ConnectionString
get

The current connection string under construction in the fluent interface.


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