AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

RemoteDatabaseMetaData..::..GetTableAsync Method

Returns a table object with all it's elements from the remote database.

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

Syntax


public Task<Table> GetTableAsync(
	string name
)

Parameters

name
Type: String
The name of the table without dot separator.

Return Value

Task<Table>.

Exceptions


ExceptionCondition
ArgumentNullExceptionname is null!