예제 #1
0
 public discsRow AdddiscsRow(string disc_id, string page_number, locationsRow parentlocationsRowByFK_discs_0) {
     discsRow rowdiscsRow = ((discsRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             disc_id,
             page_number,
             null};
     if ((parentlocationsRowByFK_discs_0 != null)) {
         columnValuesArray[2] = parentlocationsRowByFK_discs_0[0];
     }
     rowdiscsRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowdiscsRow);
     return rowdiscsRow;
 }
예제 #2
0
 public void RemovelocationsRow(locationsRow row) {
     this.Rows.Remove(row);
 }
예제 #3
0
 public locationsRowChangeEvent(locationsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
예제 #4
0
 public void AddlocationsRow(locationsRow row) {
     this.Rows.Add(row);
 }