Click or drag to resize
DatabaseMappingAttribute Properties

The DatabaseMappingAttribute type exposes the following members.

Properties
  NameDescription
Public propertyExecuteInDB
If true, the member is executed on DB level, if false, then programmatically
Public propertyExpression
Database column name or expression returning boolean value for bool properties. E.g. "NodeID" for int property or "Enabled = 1" for bool property.
Top
See Also