Mini SQL Query Extensibility Documentation
Comment Property
NamespacesMiniSqlQuery.CoreDbConnectionDefinitionComment
Gets or sets a comment in relation to this connection, e.g. "development..."
Declaration Syntax
C#Visual BasicVisual C++
public string Comment { get; set; }
Public Property Comment As String
public:
property String^ Comment {
	String^ get ();
	void set (String^ value);
}
Value
A comment.

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