IHostManagementGetQueryTableAsync Method

Get the information of an SQL query asynchronously, if the statement begins with the % symbol then the conditions per user are applied.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<DataTable> GetQueryTableAsync(
	string query
)

Parameters

query  String
Query to execute.

Return Value

TaskDataTable
DataTable with the information to be obtained in the query.

See Also