AbstractColumnAttribute Class
Abstract base class for column-mapping attributes that map a class member to a database column.
Syntax
Unit: Aurelius.Mapping.Attributes
AbstractColumnAttribute = class(TCustomAttribute);
Constructors
| Name | Description |
|---|---|
| Create | Overloaded Create(string) Create(string, TColumnProps) |
Methods
| Name | Description |
|---|---|
| Clone | Returns a deep copy of this attribute instance. |
Properties
| Name | Description |
|---|---|
| Name | Gets or sets the database column name. |
| Properties | Gets or sets the column property flags that control insert, update, uniqueness and lazy-loading behaviour. |