public GetCheckInDetailsRow AddGetCheckInDetailsRow(string InsertXML, string UpdateXML)
            {
                GetCheckInDetailsRow rowGetCheckInDetailsRow = ((GetCheckInDetailsRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    InsertXML,
                    UpdateXML
                };
                rowGetCheckInDetailsRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowGetCheckInDetailsRow);
                return(rowGetCheckInDetailsRow);
            }
 public GetCheckInDetailsRowChangeEvent(GetCheckInDetailsRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveGetCheckInDetailsRow(GetCheckInDetailsRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddGetCheckInDetailsRow(GetCheckInDetailsRow row)
 {
     this.Rows.Add(row);
 }