Mini SQL Query Extensibility Documentation
FileName Property
NamespacesMiniSqlQuery.CoreIEditorFileName
The filename of the docuemnt being edited (can be null, as in not saved yet).
Declaration Syntax
C#Visual BasicVisual C++
string FileName { get; set; }
Property FileName As String
property String^ FileName {
	String^ get ();
	void set (String^ value);
}

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