relationshipTableId property

int relationshipTableId

The ID of the relationship table. The default value is -1, indicating that no table exists.

The relationship table is used in many-to-many and attributed relationships.

Implementation

int get relationshipTableId {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_RelationshipInfo_getRelationshipTableId(
        _handle, errorHandler);
  });
}