Click or drag to resize
DataDefinitionLoadFromDataStructure Method
Loads the data definition from structure of a database table

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void LoadFromDataStructure(
	string tableName,
	TableManager manager,
	bool isSystem = false
)

Parameters

tableName
Type: SystemString
Database table name
manager
Type: CMS.DataEngineTableManager
Table manager instance to use
isSystem (Optional)
Type: SystemBoolean
If it is true, all field are assigned like system
See Also