AceQL HTTP C# Client SDK v7.7

RemoteDatabaseMetaData..::..GetTableNamesAsync Method (String)

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(
	string tableType
)

Parameters

tableType
Type: String
tableType the table type. Can be null. Possible values: "table", "view", etc. Defaults to all types if null passed.

Return Value

Task<List<TableName>>.