public override global::System.Data.DataTable Clone()
            {
                其它开支明细DataTable cln = ((其它开支明细DataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "其它开支明细Ds";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/其他开支明细Ds.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.table其它开支明细             = new 其它开支明细DataTable();
     base.Tables.Add(this.table其它开支明细);
 }
 internal void InitVars(bool initTable)
 {
     this.table其它开支明细 = ((其它开支明细DataTable)(base.Tables["其它开支明细"]));
     if ((initTable == true))
     {
         if ((this.table其它开支明细 != null))
         {
             this.table其它开支明细.InitVars();
         }
     }
 }
 internal 其它开支明细Row(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.table其它开支明细 = ((其它开支明细DataTable)(this.Table));
 }