public override global::System.Data.DataTable Clone() { StudentDataTable cln = ((StudentDataTable)(base.Clone())); cln.InitVars(); return(cln); }