DataDefinitionLoadFromDataStructure Method |
Loads the data definition from structure of a database table
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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