AceQL HTTP C# Client SDK v7.7

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
[System.ArgumentException]Invalid format value. Must be \"html\" or \"text\". is: " + format