Mini SQL Query Extensibility Documentation
SetArguments Method (args)
NamespacesMiniSqlQuery.CoreIHostWindowSetArguments(array<String>[]()[])
A testable way to pass command line arguements to the application.
Declaration Syntax
C#Visual BasicVisual C++
void SetArguments(
	string[] args
)
Sub SetArguments ( _
	args As String() _
)
void SetArguments(
	array<String^>^ args
)
Parameters
args (array< String >[]()[])
An array of command line arguements.

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