Summer.Batch.Data.SqlServerExtension Class Reference

Extension for SQL Server support (provider name "System.Data.SqlClient"). More...

Inheritance diagram for Summer.Batch.Data.SqlServerExtension:
Summer.Batch.Data.IDatabaseExtension

Properties

IEnumerable< string > ProviderNames [get]
 An enumerable containing the only supported provider name ("System.Data.SqlClient"). More...
 
IPlaceholderGetter PlaceholderGetter [get]
 The placeholder getter for SQL Server. More...
 
IDataFieldMaxValueIncrementer Incrementer [get]
 An instance of SqlServerIncrementer. More...
 
- Properties inherited from Summer.Batch.Data.IDatabaseExtension
IEnumerable< string > ProviderNames [get]
 The provider names supported by this extension. More...
 
IPlaceholderGetter PlaceholderGetter [get]
 The instance of IPlaceholderGetter that should be used by for queries using one of the supported provider names. More...
 
IDataFieldMaxValueIncrementer Incrementer [get]
 An instance of IDataFieldMaxValueIncrementer that should be used by the persisted job repository to compute unique ids. Each call should return a new instance. More...
 

Detailed Description

Extension for SQL Server support (provider name "System.Data.SqlClient").

Property Documentation

IDataFieldMaxValueIncrementer Summer.Batch.Data.SqlServerExtension.Incrementer
get

An instance of SqlServerIncrementer.

IPlaceholderGetter Summer.Batch.Data.SqlServerExtension.PlaceholderGetter
get

The placeholder getter for SQL Server.

IEnumerable<string> Summer.Batch.Data.SqlServerExtension.ProviderNames
get

An enumerable containing the only supported provider name ("System.Data.SqlClient").


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