Пример #1
0
            public EventAttendeeAgencyMapRow AddEventAttendeeAgencyMapRow(int EventAttendeeID, int PackageID, string CustomerNumber, System.DateTime DateOfBirth, System.DateTime Created, int EventAttendeeAgencyMapID, int EventID, string AgencyNumber, string TripNumber)
            {
                EventAttendeeAgencyMapRow rowEventAttendeeAgencyMapRow = ((EventAttendeeAgencyMapRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    EventAttendeeID,
                    PackageID,
                    CustomerNumber,
                    DateOfBirth,
                    Created,
                    EventAttendeeAgencyMapID,
                    EventID,
                    AgencyNumber,
                    TripNumber
                };
                rowEventAttendeeAgencyMapRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowEventAttendeeAgencyMapRow);
                return(rowEventAttendeeAgencyMapRow);
            }
Пример #2
0
 public EventAttendeeAgencyMapRowChangeEvent(EventAttendeeAgencyMapRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void RemoveEventAttendeeAgencyMapRow(EventAttendeeAgencyMapRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void AddEventAttendeeAgencyMapRow(EventAttendeeAgencyMapRow row)
 {
     this.Rows.Add(row);
 }