Table of Contents

TXDataBaseModule.Create Constructor

Creates a module that publishes a model at a base URL.

Syntax

Unit: XData.Module.Base

constructor TXDataBaseModule.Create(const AModel: TXDataModel; const ABaseUrl: string);

Parameters

<-> Parameter Type Description
const AModel TXDataModel The XData model that describes the published API.
const ABaseUrl string The base URL the module responds at.

See also