public override DataTable Clone()
 {
     AnswerConnectionData.AnswerConnectionsDataTable table = (AnswerConnectionData.AnswerConnectionsDataTable)base.Clone();
     table.InitVars();
     return(table);
 }
 internal AnswerConnectionsRow(DataRowBuilder rb) : base(rb)
 {
     this.tableAnswerConnections = (AnswerConnectionData.AnswerConnectionsDataTable)base.Table;
 }
 internal AnswerConnectionsRow(DataRowBuilder rb) : base(rb)
 {
     this.tableAnswerConnections = (AnswerConnectionData.AnswerConnectionsDataTable) base.Table;
 }