コード例 #1
0
 public void AddOrders_QryRow(Orders_QryRow row) {
     this.Rows.Add(row);
 }
コード例 #2
0
 public void RemoveOrders_QryRow(Orders_QryRow row) {
     this.Rows.Remove(row);
 }
コード例 #3
0
 public Orders_QryRowChangeEvent(Orders_QryRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }