Name | Description | |
---|---|---|
Add | Add a new Entity (Data Object) to the collection of Entities. This method should be accessed via Api.Entities. | |
GetColumn | Return an EntityColumn object, representing the column belonging to the Entity requested by the | |
GetEntity | Overloaded. Retrives an entity by it's Name or Id property | |
GetEntityByDbName | Retrieves an Entity (Data Object) by its DbName Property. If the dataSourceId argument is provided, the Entity (Data Object) must exist in that Data Source. | |
GetMnemonicFromId | Seach the entities by Id or by DbName for the indicated entity name If the id is located as an Id or DbName then return the associated entity name. If not found return the id itself | |
NewEntity | Create a new Entity object and add it to the collection. |