Mini SQL Query Extensibility Documentation
LoadPlugIn Method (plugIn)
NamespacesMiniSqlQuery.CoreIApplicationServicesLoadPlugIn(IPlugIn)
Loads the plugIn (calling its LoadPlugIn(IApplicationServices) method) and adds it to the Plugins dictionary for access by other services.
Declaration Syntax
C#Visual BasicVisual C++
void LoadPlugIn(
	IPlugIn plugIn
)
Sub LoadPlugIn ( _
	plugIn As IPlugIn _
)
void LoadPlugIn(
	IPlugIn^ plugIn
)
Parameters
plugIn (IPlugIn)
The plugin to load.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf plugIn is null.

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