public userantwortselectRow AdduserantwortselectRow(int r_AntwortID)
            {
                userantwortselectRow rowuserantwortselectRow = ((userantwortselectRow)(this.NewRow()));

                rowuserantwortselectRow.ItemArray = new object[] {
                    null,
                    r_AntwortID
                };
                this.Rows.Add(rowuserantwortselectRow);
                return(rowuserantwortselectRow);
            }
 public userantwortselectRowChangeEvent(userantwortselectRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void RemoveuserantwortselectRow(userantwortselectRow row)
 {
     this.Rows.Remove(row);
 }
 public void AdduserantwortselectRow(userantwortselectRow row)
 {
     this.Rows.Add(row);
 }
 public userantwortselectRowChangeEvent(userantwortselectRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveuserantwortselectRow(userantwortselectRow row)
 {
     this.Rows.Remove(row);
 }
 public void AdduserantwortselectRow(userantwortselectRow row)
 {
     this.Rows.Add(row);
 }