TBaseAureliusDataset.EntityFieldByName Method
Finds and returns the entity field with the specified name.
Remarks
Raises a database error if the field does not exist or is not a TAureliusEntityField.
Syntax
Unit: Aurelius.Bind.BaseDataset
function TBaseAureliusDataset.EntityFieldByName(const FieldName: string): TAureliusEntityField;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | FieldName | string | The name of the entity field to find. |
Returns
The TAureliusEntityField with the given name.