EXDataEntitySetNotFound.Create Constructor
Creates the exception for an entity set that was not found.
Syntax
Unit: XData.Model.Classes
constructor EXDataEntitySetNotFound.Create(const AName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The name of the entity set that was looked for. |