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

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