Create a typed dataset from code
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-typ开发者_JS百科ed dataset.
Has someone an example ? Or maybe a link that explain this ?
Thanks in advance for your help
System.Data.Design.TypedDataSetGenerator
in System.Design.dll
精彩评论