Table of Contents

TXDataBaseModel.Prepare Method

Initializes the model, making it ready to be used.

Remarks

It must be called before the model is used, after all its items are defined. It resolves the references between items, such as the names of types read from JSON, and assigns the URL converters of the types.

Syntax

Unit: XData.Model.Classes

procedure TXDataBaseModel.Prepare;

See also