Mini SQL Query Extensibility Documentation
Settings Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseSettings
Gets a reference to the application settings.
Declaration Syntax
C#Visual BasicVisual C++
public IApplicationSettings Settings { get; set; }
Public Property Settings As IApplicationSettings
public:
virtual property IApplicationSettings^ Settings {
	IApplicationSettings^ get () sealed;
	void set (IApplicationSettings^ value) sealed;
}
Value
The application settings.

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