Table of Contents

TXDataBaseModel.FindEntityType Method

Looks for an entity type by its qualified name.

Syntax

Unit: XData.Model.Classes

function TXDataBaseModel.FindEntityType(const QualifiedName: string): TXDataEntityType;

Parameters

<-> Parameter Type Description
const QualifiedName string The name of the entity type, optionally qualified by its schema.

Returns

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

See also