Mini SQL Query Extensibility Documentation
LoadPlugIn Method (services)
NamespacesMiniSqlQuery.CoreIPlugInLoadPlugIn(ApplicationServices)

[This is preliminary documentation and is subject to change.]

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

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