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

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