IHostManagementGetQueryTableAsync 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<DataTable> GetQueryTableAsync(
string query
)
Function GetQueryTableAsync (
query As String
) As Task(Of DataTable)
- query String
- Query to execute.
TaskDataTableDataTable with the information to be obtained in the query.