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

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