Skip to content

Delete dsl

Compare
Choose a tag to compare
@calvinlfer calvinlfer released this 17 Mar 18:41
· 112 commits to zio1 since this release
DeleteBuilder(tableName).entireRow.where(Id === person.id).build

DeleteBuilder(tableName).entireRow
  .where(Id === person.id)
  .ifCondition(Age > person.age)
//.andIfCondition(...)
  .build