TMappingExplorer.Replace Method
Registers a TMappingExplorer instance as the global explorer for the given model name, replacing any previously registered instance.
Syntax
Unit: Aurelius.Mapping.Explorer
class procedure TMappingExplorer.Replace(const ModelName: string; AExplorer: TMappingExplorer); static;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ModelName | string | The name of the model to associate with the explorer. |
| AExplorer | TMappingExplorer | The TMappingExplorer instance to register. |