C# Class Frapid.Mapper.Query.NonQuery.DefaultNonQuery

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
NonQueryAsync ( this db, DbCommand command ) : System.Threading.Tasks.Task
NonQueryAsync ( this db, Sql sql ) : System.Threading.Tasks.Task
NonQueryAsync ( this db, string sql ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetOperation ( MapperDb db ) : NonQueryOperation

Method Details

NonQueryAsync() public static méthode

public static NonQueryAsync ( this db, DbCommand command ) : System.Threading.Tasks.Task
db this
command System.Data.Common.DbCommand
Résultat System.Threading.Tasks.Task

NonQueryAsync() public static méthode

public static NonQueryAsync ( this db, Sql sql ) : System.Threading.Tasks.Task
db this
sql Sql
Résultat System.Threading.Tasks.Task

NonQueryAsync() public static méthode

public static NonQueryAsync ( this db, string sql ) : System.Threading.Tasks.Task
db this
sql string
Résultat System.Threading.Tasks.Task