Mini SQL Query Extensibility Documentation
InsertText Method (text)
NamespacesMiniSqlQuery.CoreIQueryEditorInsertText(String)

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

Inserts text at the current offset.
Declaration Syntax
C#Visual BasicVisual C++
void InsertText(
	string text
)
Sub InsertText ( _
	text As String _
)
void InsertText(
	String^ text
)
Parameters
text (String)

[Missing <param> documentation for "text"]

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