Summer.Batch.Data.Parameter.IQueryParameterSource Interface Reference

Interface for classes that provide values to SQL queries. More...

Inheritance diagram for Summer.Batch.Data.Parameter.IQueryParameterSource:
Summer.Batch.Data.Parameter.DictionaryParameterSource Summer.Batch.Data.Parameter.PropertyParameterSource

Properties

object this[string name] [get]
 Returns the value of a parameter. More...
 

Detailed Description

Interface for classes that provide values to SQL queries.

Property Documentation

object Summer.Batch.Data.Parameter.IQueryParameterSource.this[string name]
get

Returns the value of a parameter.

Parameters
namethe name of a parameter
Returns
the value of the given parameter

The documentation for this interface was generated from the following file:
  • Summer.Batch.Data/Parameter/IQueryParameterSource.cs