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

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