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

Show file Open project: frapid/frapid

Public Methods

Method Description
NonQueryAsync ( MapperDb db, DbCommand command ) : System.Threading.Tasks.Task
NonQueryAsync ( MapperDb db, Sql sql ) : System.Threading.Tasks.Task
NonQueryAsync ( MapperDb db, string sql ) : System.Threading.Tasks.Task

Method Details

NonQueryAsync() public method

public NonQueryAsync ( MapperDb db, DbCommand command ) : System.Threading.Tasks.Task
db Frapid.Mapper.Database.MapperDb
command System.Data.Common.DbCommand
return System.Threading.Tasks.Task

NonQueryAsync() public method

public NonQueryAsync ( MapperDb db, Sql sql ) : System.Threading.Tasks.Task
db Frapid.Mapper.Database.MapperDb
sql Sql
return System.Threading.Tasks.Task

NonQueryAsync() public method

public NonQueryAsync ( MapperDb db, string sql ) : System.Threading.Tasks.Task
db Frapid.Mapper.Database.MapperDb
sql string
return System.Threading.Tasks.Task