Click or drag to resize
DatabaseMappingAttribute Constructor (String)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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