C# Class Machine.Mta.AdoNet.DatabaseHelpers

Show file Open project: machine/machine.mta

Public Methods

Method Description
CreateParameter ( this command, string name, DbType dbType ) : void
Parameter ( this command, string name ) : IDbDataParameter

Method Details

CreateParameter() public static method

public static CreateParameter ( this command, string name, DbType dbType ) : void
command this
name string
dbType DbType
return void

Parameter() public static method

public static Parameter ( this command, string name ) : IDbDataParameter
command this
name string
return IDbDataParameter