TableCollectionBase constructor
TableCollectionBase(
- SqfEntityTableBase childTable,
- SqfEntityFieldRelationshipBase childTableField, {
- RelationType? relationType,
Implementation
TableCollectionBase(
this.childTable,
this.childTableField, {
this.relationType, //this.many2ManyTable
});