IDataDefinitionItemLoadFromTableData Method |
Loads the field info from plain database structure data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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
Remarks See Also