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

RemoteDatabaseMetaData..::..DbSchemaDownloadAsync Method (String, String)

Downloads into a stream the schema of the remote database.

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

Syntax


public Task<Stream> DbSchemaDownloadAsync(
	string format,
	string tableName
)

Parameters

format
Type: String
The format. "html" or "text". Defaults to "html" if null.
tableName
Type: String
the table name, without dot separator. Defaults to all tables if null.

Return Value

Task<Stream>.

Exceptions


ExceptionCondition
ArgumentExceptionInvalid format value. Must be \"html\" or \"text\". is: " + format