Noob Wu
Results
1
issues of
Noob Wu
/// /// Executes a delete query using the specified predicate. /// public static Task DeleteAsync(this IDbConnection connection, object predicate, IDbTransaction transaction = null, int? commandTimeout = null) where T :...