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