relatedTableId property
The ID of the related table.
Implementation
int get relatedTableId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RelationshipInfo_getRelatedTableId(
_handle, errorHandler);
});
}
The ID of the related table.
int get relatedTableId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RelationshipInfo_getRelatedTableId(
_handle, errorHandler);
});
}