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

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