delete static method
Future<int>
delete(
- Session session, {
- required RuntimeSettingsExpressionBuilder where,
- Transaction? transaction,
Implementation
static Future<int> delete(
_i1.Session session, {
required RuntimeSettingsExpressionBuilder where,
_i1.Transaction? transaction,
}) async {
return session.db.delete<RuntimeSettings>(
where: where(RuntimeSettings.t),
transaction: transaction,
);
}