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

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