FormFieldInfoLoadFromTableData Method |
Loads the field info from plain database structure data.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax public override 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)Remarks See Also