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

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

Downloads into a stream the schema of the remote database, using the specified format.

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

Syntax


public Task<Stream> DbSchemaDownloadAsync(
	string format
)

Parameters

format
Type: String
The format. "html" or "text". Defaults to "html" if null.

Return Value

Task<Stream>.