Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                dept_cost_sumDataTable cln = ((dept_cost_sumDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "ds_deptcost";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ds_deptcost.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledept_cost_sum      = new dept_cost_sumDataTable();
     base.Tables.Add(this.tabledept_cost_sum);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tabledept_cost_sum = ((dept_cost_sumDataTable)(base.Tables["dept_cost_sum"]));
     if ((initTable == true))
     {
         if ((this.tabledept_cost_sum != null))
         {
             this.tabledept_cost_sum.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal dept_cost_sumRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledept_cost_sum = ((dept_cost_sumDataTable)(this.Table));
 }