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

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