public tblCreditPackageRestrictionRow AddtblCreditPackageRestrictionRow(string strCreditPackageCode, string strPackageCode, bool fAllowDiscount, decimal mListPrice, string strDescription)
            {
                tblCreditPackageRestrictionRow rowtblCreditPackageRestrictionRow = ((tblCreditPackageRestrictionRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    strCreditPackageCode,
                    strPackageCode,
                    fAllowDiscount,
                    mListPrice,
                    strDescription
                };
                rowtblCreditPackageRestrictionRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtblCreditPackageRestrictionRow);
                return(rowtblCreditPackageRestrictionRow);
            }
 public tblCreditPackageRestrictionRowChangeEvent(tblCreditPackageRestrictionRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void RemovetblCreditPackageRestrictionRow(tblCreditPackageRestrictionRow row) {
     this.Rows.Remove(row);
 }
 public void AddtblCreditPackageRestrictionRow(tblCreditPackageRestrictionRow row) {
     this.Rows.Add(row);
 }
 public tblCreditPackageRestrictionRowChangeEvent(tblCreditPackageRestrictionRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemovetblCreditPackageRestrictionRow(tblCreditPackageRestrictionRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddtblCreditPackageRestrictionRow(tblCreditPackageRestrictionRow row)
 {
     this.Rows.Add(row);
 }