C# Class Frapid.Mapper.Extensions.MapperDbExtensions

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
GetCommand ( this db, Sql sql ) : DbCommand
GetCommand ( this db, string sql ) : DbCommand

Method Details

GetCommand() public static méthode

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

GetCommand() public static méthode

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