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

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