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

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