Mini SQL Query Extensibility Documentation
DefaultConnectionDefinitionFile Property
NamespacesMiniSqlQuery.Core.PropertiesResourcesDefaultConnectionDefinitionFile

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

Looks up a localized string similar to # Connection Definition file # This file is intentionally plain text, thats nice and simple :) # Blank and Hashed (#) lines are ignored by the application. See more details at end of file. Default - MSSQL Master@localhost ^ System.Data.SqlClient ^ Server=.; Database=master; Integrated Security=SSPI Sample MSSQL Northwind SQL Express ^ System.Data.SqlClient ^ Server=.\sqlexpress; Database=Northwind; Integrated Security=SSPI Sample Access DB Connection ^ System.Data.OleDb ^ Provider=Micro [rest of string was truncated]";.
Declaration Syntax
C#Visual BasicVisual C++
public static string DefaultConnectionDefinitionFile { get; }
Public Shared ReadOnly Property DefaultConnectionDefinitionFile As String
public:
static property String^ DefaultConnectionDefinitionFile {
	String^ get ();
}

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