DataDefinition.LoadFromDataStructure Method |
Loads the data definition from structure of a database table
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntaxpublic void LoadFromDataStructure(
string tableName,
TableManager manager,
bool isSystem = false
)
Parameters
- tableName
- Type: System.String
Database table name - manager
- Type: CMS.DataEngine.TableManager
Table manager instance to use - isSystem (Optional)
- Type: System.Boolean
If it is true, all field are assigned like system
See Also