Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public string Expression { get; set; }

Property Value

Type: String
See Also