CreateDbRelation
Description
Method for adding a db relation to a specified table
Signature
int CreateDbRelation(string key, int schemaId, int tableId, WSDbRelation newRelation)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
schemaId |
int required |
The schema ID. |
tableId |
int required |
The table ID. |
newRelation |
WSDbRelation required |
The new relation. |