Mini SQL Query Extensibility Documentation
FileName Property
NamespacesMiniSqlQuery.CoreIQueryEditorFileName

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

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: 0.9.9.0 (0.9.9.0)