Table of Contents

TAureliusEntityField.SetAsEntity<T> Method

Sets the object reference held by this entity field to the given typed value.

Syntax

Unit: Aurelius.Bind.BaseDataset

procedure TAureliusEntityField.SetAsEntity(const Value: T);

Parameters

<-> Parameter Type Description
const Value T The entity object to store in this field.

Type Parameters

Type Parameter Description
T The class type of the value being assigned.

See also