public fragenRow AddfragenRow(int r_UmfrageID, string Text, int Frageart, int Reihenfolge)
            {
                fragenRow rowfragenRow = ((fragenRow)(this.NewRow()));

                rowfragenRow.ItemArray = new object[] {
                    null,
                    r_UmfrageID,
                    Text,
                    Frageart,
                    Reihenfolge
                };
                this.Rows.Add(rowfragenRow);
                return(rowfragenRow);
            }
 public fragenRowChangeEvent(fragenRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemovefragenRow(fragenRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddfragenRow(fragenRow row)
 {
     this.Rows.Add(row);
 }
 public fragenRowChangeEvent(fragenRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void RemovefragenRow(fragenRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddfragenRow(fragenRow row)
 {
     this.Rows.Add(row);
 }