Hello!

> With this patch, a newly generated class (by xsd.exe) needs only this
> modification to work:
> 32c32
> <         this.Relations.CollectionChanged += schemaChangedHandler;
> ---
> >         //this.Relations.CollectionChanged += schemaChangedHandler;
> 
> DataRelation related functions are largely not yet implemented. In this case
> "this.Relations" throws NotImplementedException. There is no solution except we
> can create a copy of DataRelationCollection and store it in
> DataSet.relationCollection.

Any chance we can get you interested in implementing those portions of
the code?

Miguel
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to