Table of Contents

TXDataBaseModel.FindInstanceType Method

Looks for a plain object (instance) type by its qualified name.

Syntax

Unit: XData.Model.Classes

function TXDataBaseModel.FindInstanceType(const QualifiedName: string): TXDataInstanceType;

Parameters

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

Returns

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

See also