public override global::System.Data.DataTable Clone()
            {
                dsRiepilogoGeneraleDataTable cln = ((dsRiepilogoGeneraleDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName              = "dsRiepilogoGenerale";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/dsRiepilogoGenerale.xsd";
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledsRiepilogoGenerale = new dsRiepilogoGeneraleDataTable();
     base.Tables.Add(this.tabledsRiepilogoGenerale);
 }
 internal void InitVars(bool initTable)
 {
     this.tabledsRiepilogoGenerale = ((dsRiepilogoGeneraleDataTable)(base.Tables["dsRiepilogoGenerale"]));
     if ((initTable == true))
     {
         if ((this.tabledsRiepilogoGenerale != null))
         {
             this.tabledsRiepilogoGenerale.InitVars();
         }
     }
 }
 internal dsRiepilogoGeneraleRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledsRiepilogoGenerale = ((dsRiepilogoGeneraleDataTable)(this.Table));
 }