DirtyDOs

Possible values: "Compatible", "Deprecate" and "Omit".

Default value: "Compatible".

File: DOML file.

Context: Database, table.

This parameter is attribute of <database> and <table> tag in DOML file. Optionally, "dirty" methods (methods that can create DOs in memory without transactions) can be marked as "deprecated" or even not be generated at all.

If set to "Compatible", "dirty" methods will be generated (as before), if set to "Deprecate", "dirty" methods will be generated as deprecated, and if set to "Omit", "dirty" methods will not be generated at all.

If parameter is set in <table> tag, it overrides default value and value in <database> tag.