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

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