Frames No Frames

The <ignoreColumn> Element

The <ignoreColumn> element is used to tell Abator to ignore a column in an introspected table. No generated SQL will refer to the column, and no property will be generated for the column in the model objects. This element is an optional child element of the <table> element.

Required Attributes

Attribute Description
column The column name of the ignored column.

Optional Attributes

None

Child Elements

None