Summer.Batch.Data.ConnectionProvider Class Reference

Implementation of IConnectionProvider that relies on ConnectionUtil to manager connections. More...

Inheritance diagram for Summer.Batch.Data.ConnectionProvider:
Summer.Batch.Data.IConnectionProvider

Properties

ConnectionStringSettings ConnectionStringSettings [set]
 The connection string settings used to create a connection. More...
 
DbConnection Connection [get]
 An open connection ready to use. More...
 
DbProviderFactory ProviderFactory [get]
 The provider factory to use with the provided connection. More...
 
IPlaceholderGetter PlaceholderGetter [get]
 The placeholder getter to use with the provided connection. More...
 
- Properties inherited from Summer.Batch.Data.IConnectionProvider
DbConnection Connection [get]
 An open connection ready to use. More...
 
DbProviderFactory ProviderFactory [get]
 The provider factory to use with the provided connection. More...
 
IPlaceholderGetter PlaceholderGetter [get]
 The placeholder getter to use with the provided connection. More...
 

Detailed Description

Implementation of IConnectionProvider that relies on ConnectionUtil to manager connections.

Property Documentation

DbConnection Summer.Batch.Data.ConnectionProvider.Connection
get

An open connection ready to use.

ConnectionStringSettings Summer.Batch.Data.ConnectionProvider.ConnectionStringSettings
set

The connection string settings used to create a connection.

IPlaceholderGetter Summer.Batch.Data.ConnectionProvider.PlaceholderGetter
get

The placeholder getter to use with the provided connection.

DbProviderFactory Summer.Batch.Data.ConnectionProvider.ProviderFactory
get

The provider factory to use with the provided connection.


The documentation for this class was generated from the following file:
  • Summer.Batch.Data/ConnectionProvider.cs