Table of Contents

TXDataBaseModel.GetEntityType Method

Returns an entity type by its qualified name, raising an exception if it is not found.

Remarks

Raises EXDataEntityTypeNotFound if the entity type is not found.

Syntax

Unit: XData.Model.Classes

function TXDataBaseModel.GetEntityType(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.

See also