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

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