/
Accessing the model

Accessing the model

An application should inject the IMetaModel wherever possible.

If necessary, an application can also get the model by calling GetModel() or GetInstance<IMetaModel> on the application, session or IOC container directly.

Related content