Table of Contents

TXDataModel.EntitySetUrl Method

Returns the URL of an entity set, relative to the base URL of the server.

Syntax

Unit: XData.Model.Classes

function TXDataModel.EntitySetUrl(const AEntitySet: TXDataEntitySet): string;

Parameters

<-> Parameter Type Description
const AEntitySet TXDataEntitySet The entity set.

Returns

The relative URL of the entity set, which is its name.

See also