Mini SQL Query Extensibility Documentation
Services Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseServices

[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++
public ApplicationServices Services { get; set; }
Public Property Services As ApplicationServices
public:
virtual property ApplicationServices^ Services {
	ApplicationServices^ get () sealed;
	void set (ApplicationServices^ value) sealed;
}
Value
A reference to the ApplicationServices instance.

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