Mini SQL Query Extensibility Documentation
LoadPlugIn Method (services)
NamespacesMiniSqlQuery.CoreIPlugInLoadPlugIn(IApplicationServices)
Loads the plugin and stores a reference to the service container. Called at application startup time.
Declaration Syntax
C#Visual BasicVisual C++
void LoadPlugIn(
	IApplicationServices services
)
Sub LoadPlugIn ( _
	services As IApplicationServices _
)
void LoadPlugIn(
	IApplicationServices^ services
)
Parameters
services (IApplicationServices)
The service container, allows access to other serivces in the application.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)