GetTableIds

Description

Gets the id’s of all non-deleted tables belonging to a specified schema in design mode

Signature
int[] GetTableIds(string key, int schemaId)

Parameters

Name Data Type Description

key

string required

The authentication key

schemaId

int required

THe id of the schema we want all tables for.

Response

Data Type Description

int[ ]

The ids of all tables belonging to the specified schema.

Example