Mini SQL Query Extensibility Documentation
IApplicationSettings Interface
NamespacesMiniSqlQuery.CoreIApplicationSettings
An interface for the application settings.
Declaration Syntax
C#Visual BasicVisual C++
public interface IApplicationSettings
Public Interface IApplicationSettings
public interface class IApplicationSettings
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
CloseConnection()()()
Closes the current connection (if any).

Connection
Gets an instance of DbConnection depending on the value of ConnectionDefinition.

ConnectionDefinition
A reference to the current connection definiton class.

ConnectionDefinitionsChanged
Fired when the list of connection definitions is modified.

DatabaseConnectionReset
Fired when the database connection (provider and/or connection string) are modified.

DateTimeFormat
Gets or sets the date time format for grid item results (e.g. "yyyy-MM-dd HH:mm:ss.fff").

DefaultConnectionDefinitionFilename
Gets or sets the default connection definition filename. I blank the default is the users profile area.

DefaultFileFilter
The default filter string for dialog boxes.

EnableQueryBatching
Gets or sets a value indicating whether to enable query batching using the "GO" keyword.

GetConnectionDefinitions()()()
Gets the current connection definitions for this user.

GetOpenConnection()()()
Helper method to get an open connection.

GetUntitledDocumentCounter()()()
Gets, and increments, the "untitled document counter" starting at 1 for the "session".

LoadExternalPlugins
Gets or sets a value indicating whether to load plugins or not.

NullText
Gets or sets the null text of a result (e.g. "<NULL>").

PlugInFileFilter
Gets or sets the plug in file filter for finding the external plugins (e.g. "*.plugin.dll").

ProviderFactory
Gets an instance of DbProviderFactory depending on the value of ConnectionDefinition.

ResetConnection()()()
Resets the connection details firing the DatabaseConnectionReset event.

SetConnectionDefinitions(DbConnectionDefinitionList)
Resets the list of connection definitions that are stored in the user profile.

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