public userantworttextRow AdduserantworttextRow(int r_FrageID, string Text)
            {
                userantworttextRow rowuserantworttextRow = ((userantworttextRow)(this.NewRow()));

                rowuserantworttextRow.ItemArray = new object[] {
                    null,
                    r_FrageID,
                    Text
                };
                this.Rows.Add(rowuserantworttextRow);
                return(rowuserantworttextRow);
            }
 public userantworttextRowChangeEvent(userantworttextRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveuserantworttextRow(userantworttextRow row)
 {
     this.Rows.Remove(row);
 }
 public void AdduserantworttextRow(userantworttextRow row)
 {
     this.Rows.Add(row);
 }
 public userantworttextRowChangeEvent(userantworttextRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void RemoveuserantworttextRow(userantworttextRow row)
 {
     this.Rows.Remove(row);
 }
 public void AdduserantworttextRow(userantworttextRow row)
 {
     this.Rows.Add(row);
 }