Click or drag to resize
DatabaseFieldAttribute Constructor (String)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public DatabaseFieldAttribute(
	string colName
)

Parameters

colName
Type: SystemString
Database column name
See Also