ModelAttribute.Create Constructor
Creates a ModelAttribute with the specified model name.
Syntax
Unit: Aurelius.Mapping.Attributes
constructor ModelAttribute.Create(const AName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The name of the model this entity belongs to. |