| DatabaseMappingAttribute Class |
Namespace: CMS.DataEngine
public sealed class DatabaseMappingAttribute : Attribute
The DatabaseMappingAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| DatabaseMappingAttribute(Boolean) |
Constructor
| |
| DatabaseMappingAttribute(String) |
Constructor
|
| 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.
|