Its most likely a private or internal class of DataSet? Anyways, someone started an implementation called DataTableRelationCollection to be internal. It's at mcs/class/System.Data/System.Data/DataTableRelationCollection.cs
It would be returned via the Relations property in a DataSet. If you look in DataSet.cs, you will see source code commented for it. It was never able to compile though. So, maybe you could get it to work? :-) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan Tam Sent: Wednesday, February 05, 2003 10:29 AM To: Mono-List Subject: [Mono-list] DataRelationCollection Dear All, This maybe a silly question. I noticed that System.Data.DataRelationCollection is abstract (with a few abstract members). Then where is the concrete class that it really stored? I've looked through the .NET Framework SDK documentation but still cannot find a known subclass for DataRelationCollection. Anyone knows what it is? Regards, Alan _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
