Table of Contents

TMappingExplorer.Create Constructor

Creates a TMappingExplorer for the mapping model identified by the given name.

Syntax

Unit: Aurelius.Mapping.Explorer

constructor TMappingExplorer.Create(const ModelName: string);

Parameters

<-> Parameter Type Description
const ModelName string The name of the mapping model. Mapped classes registered under this model name are loaded automatically. Pass an empty string or 'Default' to use the default model.

See also