Mini SQL Query Extensibility Documentation
Sql Property
NamespacesMiniSqlQuery.CoreQuerySql
Gets or sets the SQL.
Declaration Syntax
C#Visual BasicVisual C++
public string Sql { get; private set; }
Public Property Sql As String
public:
property String^ Sql {
	String^ get ();
	void set (String^ value);
}
Value
The SQL.

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