TXDataEntityContainer.FindEntitySet Method
Looks for an entity set of the container by its name.
Syntax
Unit: XData.Model.Classes
function TXDataEntityContainer.FindEntitySet(const AName: string): TXDataEntitySet;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The name of the entity set. The comparison is case-insensitive. |
Returns
The entity set, or nil if the container has no entity set with that name.