TXDataBaseModel.FindEntitySet Method
Looks for an entity set by its qualified name.
Syntax
Unit: XData.Model.Classes
function TXDataBaseModel.FindEntitySet(const QualifiedName: string): TXDataEntitySet;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | QualifiedName | string | The name of the entity set, optionally prefixed by the name of its entity container. Without the prefix, the entity set is looked for in the DefaultEntityContainer. |
Returns
The entity set, or nil if it is not found.