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

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