DatabaseMappingAttributeExpression Property |
Database column name or expression returning boolean value for bool properties.
E.g. "NodeID" for int property or "Enabled = 1" for bool property.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public string Expression { get; set; }
Property Value
Type:
StringSee Also