C# Class WeenyMapper.Sql.CommandParameterFactory

Inheritance: ICommandParameterFactory
Show file Open project: erikojebo/WeenyMapper Class Usage Examples

Public Methods

Method Description
Create ( string columnName, object value ) : CommandParameter

Method Details

Create() public method

public Create ( string columnName, object value ) : CommandParameter
columnName string
value object
return CommandParameter