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

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