views:

97

answers:

1

Hi all,

for the purpose of a test, I would like to mock my typed dataset. So I want to create it, with appropriate value, with C# code. But I don't know how to do that. Each tutorial I see, are about non-typed dataset.

Has someone an example ? Or maybe a link that explain this ?

Thanks in advance for your help

+1  A: 

System.Data.Design.TypedDataSetGenerator in System.Design.dll

leppie
All the classes are already generated, what I want is to fill them without using the database
Tim