IHostManagementGetQueryAsync Method
Get the information of an SQL query asynchronously, if the statement begins with the % symbol then the conditions per user are applied.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<Data>> GetQueryAsync(
string query
)
Function GetQueryAsync (
query As String
) As Task(Of List(Of Data))
- query String
- Query to execute.
TaskListDataList<
Data> with the information to be obtained in the query.