TMappingExplorer.Get Method
Returns the global TMappingExplorer instance registered under the given model name.
Remarks
If no explorer has been registered for the specified model, a new default instance is created automatically on first access.
Syntax
Unit: Aurelius.Mapping.Explorer
class function TMappingExplorer.Get(const ModelName: string): TMappingExplorer; static;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ModelName | string | The name of the model whose explorer to retrieve. |
Returns
The TMappingExplorer associated with ModelName.