예제 #1
0
 public void AddSponsorsRow(SponsorsRow row) {
     this.Rows.Add(row);
 }
예제 #2
0
 public MeetingSponsorsRow AddMeetingSponsorsRow(MeetingsRow parentMeetingsRowByFK949DF60CED2CAB7, SponsorsRow parentSponsorsRowByFK949DF60C2AA178BE) {
     MeetingSponsorsRow rowMeetingSponsorsRow = ((MeetingSponsorsRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             null,
             null};
     if ((parentMeetingsRowByFK949DF60CED2CAB7 != null)) {
         columnValuesArray[1] = parentMeetingsRowByFK949DF60CED2CAB7[0];
     }
     if ((parentSponsorsRowByFK949DF60C2AA178BE != null)) {
         columnValuesArray[2] = parentSponsorsRowByFK949DF60C2AA178BE[0];
     }
     rowMeetingSponsorsRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowMeetingSponsorsRow);
     return rowMeetingSponsorsRow;
 }
예제 #3
0
 public SponsorsRowChangeEvent(SponsorsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
예제 #4
0
 public void RemoveSponsorsRow(SponsorsRow row) {
     this.Rows.Remove(row);
 }