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

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