---- Atsushi Eno <[EMAIL PROTECTED]> wrote: > Hello, > > It does not sound something that existed in .NET 1.x ADO.NET, or > I have been unaware about it (anyways I don't touch ADO.NET > anymore). > > If you give more details about what you wrote below, those who > work on ADO.NET might implement such features. >
Here is the link describing the mechanism we're using: http://msdn2.microsoft.com/en-us/library/w2wcdz8t(vs.71).aspx We are using the typedName, typedPlural, typedParent, and typedChildren attributes. The page has a table that shows pretty clearly how these attributes are used in the derived classes. > Atsushi Eno > > [EMAIL PROTECTED] wrote: > > Hi, > > > > I am porting a project that involves a bunch of datasets derived from .xsd > > files. I am having trouble porting these because they use what I believe > > is a Microsoft schema called xml-msprop that changes the internal naming of > > the derived classes. The Mono xsd command appears to ignore this > > directive. Is there any workaround under Mono to process the .xsd files > > using an external schema? > > > > Thank you. > > Mark Hamblin > > _______________________________________________ > > 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
