Summer.Batch.Data.Parameter.IPlaceholderGetter Interface Reference

An interface for getting placeholder for SQL queries. More...

Inheritance diagram for Summer.Batch.Data.Parameter.IPlaceholderGetter:
Summer.Batch.Data.Parameter.PlaceholderGetter

Public Member Functions

string GetPlaceholder (string name)
 Gets the correct placeholder for a query parameter. More...
 

Properties

bool Named [get]
 Whether the placeholders provided by this IPlaceholderGetter are named. If false, they are position-based. More...
 

Detailed Description

An interface for getting placeholder for SQL queries.

Member Function Documentation

string Summer.Batch.Data.Parameter.IPlaceholderGetter.GetPlaceholder ( string  name)

Gets the correct placeholder for a query parameter.

Parameters
namethe name of the parameter
Returns
the corresponding parameter placeholder

Implemented in Summer.Batch.Data.Parameter.PlaceholderGetter.

Property Documentation

bool Summer.Batch.Data.Parameter.IPlaceholderGetter.Named
get

Whether the placeholders provided by this IPlaceholderGetter are named. If false, they are position-based.


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