AceQL HTTP C# Client SDK v7.7

RemoteDatabaseMetaData..::..GetTableNamesAsync Method

Returns the table names of the remote database.

Namespace:  AceQL.Client.Api.Metadata
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public Task<List<string>> GetTableNamesAsync()

Return Value

Task<List<TableName>>.