GetSchemaName

Description

Method for obtaining the name of a given table schema

Signature
string GetSchemaName(string key, int schemaId)

Parameters

Name Data Type Description

key

string required

The authentication key

schemaId

int required

THe id of the schema.

Response

Data Type Description

string

The name of the schema.

Example