Mini SQL Query Extensibility Documentation
Container Property
NamespacesMiniSqlQuery.CoreIApplicationServicesContainer
The Dependency Injection container. This container holds all major application components and plugins. See the "Configuration.xml" file in the main application for settings.
Declaration Syntax
C#Visual BasicVisual C++
IKernel Container { get; }
ReadOnly Property Container As IKernel
property IKernel^ Container {
	IKernel^ get ();
}

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