RemoteDatabaseMetaData..::..DbSchemaDownloadAsync Method (String, String)
Downloads into a stream the schema of the remote database.
Namespace:
AceQL.Client.Api.MetadataAssembly: 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.