Click or drag to resize
BaseFieldEditorUpdateDatabaseColumn Method
Updates database representation of given form field

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void UpdateDatabaseColumn(
	DataClassInfo classInfo,
	FormFieldInfo oldFieldInfo,
	FormFieldInfo updatedFieldInfo,
	TableManager tm,
	string tableName
)

Parameters

classInfo
Type: CMS.DataEngineDataClassInfo
Data class info
oldFieldInfo
Type: CMS.FormEngineFormFieldInfo
Form field prior to the change
updatedFieldInfo
Type: CMS.FormEngineFormFieldInfo
Form field after the change has been made.
tm
Type: CMS.DataEngineTableManager
Table manager allowing the database changes.
tableName
Type: SystemString
Name of the table to be changed.

Return Value

Type: 
Possible error message
See Also