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

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