C# Class Frapid.Mapper.Extensions.MapperDbExtensions

Show file Open project: frapid/frapid

Public Methods

Method Description
GetCommand ( this db, Sql sql ) : DbCommand
GetCommand ( this db, string sql ) : DbCommand

Method Details

GetCommand() public static method

public static GetCommand ( this db, Sql sql ) : DbCommand
db this
sql Sql
return System.Data.Common.DbCommand

GetCommand() public static method

public static GetCommand ( this db, string sql ) : DbCommand
db this
sql string
return System.Data.Common.DbCommand