Mini SQL Query Extensibility Documentation
Name Property
NamespacesMiniSqlQuery.CoreDbConnectionDefinitionName
Gets or sets the name.
Declaration Syntax
C#Visual BasicVisual C++
public string Name { get; set; }
Public Property Name As String
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}
Value
The name.

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