[Mono-dev] [PATCH] Fix serialization of typed datasets

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Mon Sep 14 23:30:36 EDT 2009


Hi,

xsd.exe actually does nothing. The actual code generator is 
TypedDataSetGenerator
(actually CustomDataClassGenerator) in System.Data.dll:
http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/System.Data/System.Data/

Atsushi Eno

On 2009/09/15 10:45, John Lenz wrote:
> Nagappan Alagappan wrote:
>    
>> Hello John,
>>
>> This patch looks okay to me. Can you add the test case as well to this
>> patch ?
>>
>>      
> Here is a test.  I noticed the Tests directory already has a typed
> dataset in DataSet1.Designer.cs so I used that one.
>
> Also, I tried looking at mono's xsd.exe to get it to generate the correct
> code in the constructor, but I could not figure out how (or in which file)
> mono's xsd.exe actually produces the class code.
>
> John
>
>    



More information about the Mono-devel-list mailing list