开发者

Create a typed dataset from code

开发者 https://www.devze.com 2022-12-10 14:36 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消