Click or drag to resize
DatabaseMappingAttribute Constructor (String)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public DatabaseMappingAttribute(
	string expression
)

Parameters

expression
Type: SystemString
Expression defining the mapping of the attribute to database
See Also