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

Show file Open project: frapid/frapid

Public Methods

Method 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

Method Description
GetOperation ( MapperDb db ) : NonQueryOperation

Method Details

NonQueryAsync() public static method

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

NonQueryAsync() public static method

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

NonQueryAsync() public static method

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