public override global::System.Data.DataTable Clone()
            {
                dtPurchaseRecieptDataTable cln = ((dtPurchaseRecieptDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "dsPurchaseReciept";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsPurchaseReciept.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtPurchaseReciept  = new dtPurchaseRecieptDataTable();
     base.Tables.Add(this.tabledtPurchaseReciept);
 }
 internal void InitVars(bool initTable)
 {
     this.tabledtPurchaseReciept = ((dtPurchaseRecieptDataTable)(base.Tables["dtPurchaseReciept"]));
     if ((initTable == true))
     {
         if ((this.tabledtPurchaseReciept != null))
         {
             this.tabledtPurchaseReciept.InitVars();
         }
     }
 }
 internal dtPurchaseRecieptRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtPurchaseReciept = ((dtPurchaseRecieptDataTable)(this.Table));
 }