TXDataEntityContainer Class
Groups the entity sets published by a schema.
Syntax
Unit: XData.Model.Classes
TXDataEntityContainer = class(TXDataModelObject);
Constructors
| Name |
Description |
| Create |
Creates an entity container with no entity sets. |
Methods
| Name |
Description |
| FindEntitySet |
Looks for an entity set of the container by its name. |
Properties
| Name |
Description |
| EntitySets |
Gets the entity sets of the container. |
| Name |
Gets or sets the name of the entity container. |
| Schema |
Gets the schema the entity container belongs to. |