Summer.Batch.Data.Parameter.ParameterExtension Class Reference

Class providing and extension to facilitate adding parameters to command. More...

Static Public Member Functions

static void AddParameter (this IDbCommand command, string name, object value=null)
 Adds a new parameter to a command More...
 

Detailed Description

Class providing and extension to facilitate adding parameters to command.

Member Function Documentation

static void Summer.Batch.Data.Parameter.ParameterExtension.AddParameter ( this IDbCommand  command,
string  name,
object  value = null 
)
static

Adds a new parameter to a command

Parameters
commandthe command to add a parameter to
namethe name of the parameter to add
value(optional) the value of the parameter

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