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

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