public TableRowsCollection(Table owner, TableDetail detailDef, TableDetailInstanceList detailInstances)
 {
     this.m_owner           = owner;
     this.m_detailInstances = detailInstances;
     this.m_detailDef       = detailDef;
 }
 internal TableRowsCollection(Table owner, TableDetail detailDef, TableDetailInstanceList detailInstances)
 {
     m_owner           = owner;
     m_detailInstances = detailInstances;
     m_detailDef       = detailDef;
 }