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

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