English Query
AutoModel Method
Creates default entities and relationships for database objects in the current project.
Applies To
Syntax
EQModel.AutoModel(ObjectType, ObjectID, ModuleID)
Parts
EQModel
ObjectType
Type of object | Value | Description |
---|---|---|
eqObjEntity | 1 | Entity |
eqObjModule | 10 | Module file |
eqObjTable | 4 | Table |
eqObjCube | 11 | OLAP cube |
eqObjDimension | 12 | OLAP dimension |
eqObjProject | 9 | Project file |
ObjectID
ModuleID
ID of the module in which you want the objects created.
Remarks
ModuleID is stored as an attribute of the MODULE element in the XMLDOMDocument object.