DatabaseMappingAttribute Constructor (String) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public DatabaseMappingAttribute(
string expression
)
Parameters
- expression
- Type: SystemString
Expression defining the mapping of the attribute to database.
Database column name or expression returning boolean value for bool properties. E.g.
"NodeID" for int property or "Enabled = 1" for bool property.
See Also