Mini SQL Query Extensibility Documentation
Services Property
NamespacesMiniSqlQuery.CoreICommandServices

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

A reference to the application services to allow access to the other components.
Declaration Syntax
C#Visual BasicVisual C++
ApplicationServices Services { get; set; }
Property Services As ApplicationServices
property ApplicationServices^ Services {
	ApplicationServices^ get ();
	void set (ApplicationServices^ value);
}
Value
A reference to the ApplicationServices instance.

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