public GDocF8001InsertXMLTableRow AddGDocF8001InsertXMLTableRow(string EventType, string Status, string Date, string WorkOrder, byte Complete, string EventID, string FeatureID)
            {
                GDocF8001InsertXMLTableRow rowGDocF8001InsertXMLTableRow = ((GDocF8001InsertXMLTableRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    EventType,
                    Status,
                    Date,
                    WorkOrder,
                    Complete,
                    EventID,
                    FeatureID
                };
                rowGDocF8001InsertXMLTableRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowGDocF8001InsertXMLTableRow);
                return(rowGDocF8001InsertXMLTableRow);
            }
 public GDocF8001InsertXMLTableRowChangeEvent(GDocF8001InsertXMLTableRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveGDocF8001InsertXMLTableRow(GDocF8001InsertXMLTableRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddGDocF8001InsertXMLTableRow(GDocF8001InsertXMLTableRow row)
 {
     this.Rows.Add(row);
 }