TBaseAureliusDataset.Current<T> Method
Returns the entity object associated with the current record.
Remarks
When the dataset is in dsInsert state, returns the newly created object.
Syntax
Unit: Aurelius.Bind.BaseDataset
function TBaseAureliusDataset.Current: T;
Type Parameters
| Type Parameter | Description |
|---|---|
| T | The expected class type of the current record's object. |