Table of Contents

TXDataSchema.FindContainer Method

Looks for an entity container of the schema by its name.

Syntax

Unit: XData.Model.Classes

function TXDataSchema.FindContainer(const AName: string): TXDataEntityContainer;

Parameters

<-> Parameter Type Description
const AName string The name of the entity container.

Returns

The entity container, or nil if it is not found.

See also