Zum Hauptinhalt springen

Remove object (ZeyOS)

XML
<db:remove entity="string" id="int"/>

Parents: db:connection

<db:remove /> removes a database object, specified by entity and ID.

Attributes

NameTypeDescriptionDefined By
entitystringEntity db:remove
idintID db:remove

Examples

XML
<db:remove entity="contacts" id="123"/>