Click or drag to resize
DatabaseFieldAttribute Class
Specifies to which database column the property maps
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class DatabaseFieldAttribute : Attribute

The DatabaseFieldAttribute type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumnName
Database column name
Public propertyValueType
Type representing the stored value
Top
See Also