| DatabaseMappingAttribute Properties | 
The DatabaseMappingAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| ExecuteInDB | 
            If true, the member is executed on DB level, if false, then programmatically
              | |
| Expression | 
            Database column name or expression returning boolean value for bool properties.
            E.g. "NodeID" for int property or "Enabled = 1" for bool property.
              |