TAureliusEntityField.AsEntity<T> Method
Returns the object held by this entity field, cast to the specified class.
Syntax
Unit: Aurelius.Bind.BaseDataset
function TAureliusEntityField.AsEntity: T;
Type Parameters
| Type Parameter | Description |
|---|---|
| T | The class type to cast the object reference to. |