deleteRow method
Implementation
Future<int> deleteRow(
_i1.Session session,
LogEntry row, {
_i1.Transaction? transaction,
}) async {
return session.dbNext.deleteRow<LogEntry>(
row,
transaction: transaction,
);
}
Future<int> deleteRow(
_i1.Session session,
LogEntry row, {
_i1.Transaction? transaction,
}) async {
return session.dbNext.deleteRow<LogEntry>(
row,
transaction: transaction,
);
}