TXDataBaseModel.GetEntitySet Method
Returns an entity set by its qualified name, raising an exception if it is not found.
Remarks
Raises EXDataEntitySetNotFound if the entity set is not found.
Syntax
Unit: XData.Model.Classes
function TXDataBaseModel.GetEntitySet(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. |
Returns
The entity set.