BaseFieldEditorUpdateDatabaseColumn Method |
Updates database representation of given form field
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax protected void UpdateDatabaseColumn(
FormFieldInfo oldFieldInfo,
FormFieldInfo updatedFieldInfo,
TableManager tm,
string tableName
)
Parameters
- 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