Exemple #1
0
            public override global::System.Data.DataTable Clone()
            {
                HoatDongHNXHDataTable cln = ((HoatDongHNXHDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsHoatDongHNXH";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsHoatDongHNXH.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableHoatDongHNXH       = new HoatDongHNXHDataTable();
     base.Tables.Add(this.tableHoatDongHNXH);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tableHoatDongHNXH = ((HoatDongHNXHDataTable)(base.Tables["HoatDongHNXH"]));
     if ((initTable == true))
     {
         if ((this.tableHoatDongHNXH != null))
         {
             this.tableHoatDongHNXH.InitVars();
         }
     }
 }
Exemple #4
0
 internal HoatDongHNXHRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableHoatDongHNXH = ((HoatDongHNXHDataTable)(this.Table));
 }