Table of Contents

TXDataSimpleProperty Class

Represents a simple (scalar) property of an entity type.

Remarks

A simple property holds a value of a primitive or enumerated type, like the Name of a Customer entity. It usually corresponds to a mapped column of the Aurelius entity.

Syntax

Unit: XData.Model.Classes

TXDataSimpleProperty = class(TXDataScalarProperty);

Properties

Name Description
Parent Gets the entity type the property belongs to.