Click or drag to resize
FormCategoryInfoLoadFromTableData Method
Loads the field info from plain database structure data

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public void LoadFromTableData(
	DataRow row,
	bool isPrimary,
	bool isSystem
)

Parameters

row
Type: System.DataDataRow
Data row with structure information
isPrimary
Type: SystemBoolean
Indicates if field represents primary key
isSystem
Type: SystemBoolean
Indicates if field is system field

Implements

IDataDefinitionItemLoadFromTableData(DataRow, Boolean, Boolean)
See Also