C# Class BuildYourOwnDAL.Actions.Extensions

Mostra file Open project: davybrion/BuildYourOwnDal

Public Methods

Method Description
CreateAndAddInputParameter ( this command, DbType type, string name, object value ) : void

Method Details

CreateAndAddInputParameter() public static method

public static CreateAndAddInputParameter ( this command, DbType type, string name, object value ) : void
command this
type DbType
name string
value object
return void