Summer.Batch.Data.Parameter Namespace Reference

Classes

class  DictionaryParameterSource
 A IQueryParameterSource based on a dictionary. More...
 
interface  IPlaceholderGetter
 An interface for getting placeholder for SQL queries. More...
 
interface  IQueryParameterSource
 Interface for classes that provide values to SQL queries. More...
 
interface  IQueryParameterSourceProvider
 Interface in charge of providing IQueryParameterSource for items. More...
 
class  ParameterExtension
 Class providing and extension to facilitate adding parameters to command. More...
 
class  PlaceholderGetter
 Default implementation of IPlaceholderGetter. More...
 
class  PropertyParameterSource
 Implementation of IQueryParameterSource that retrieves parameter values by reading the properties of an object. The property lookup is case insensitive. More...
 
class  PropertyParameterSourceProvider
 Implementation of T:IQueryParameterSourceProvider that creates a new PropertyParameterSource for each item. More...