How to fill dataset using LINQ with FillDataSet(ds) Method c#

前端 未结 3 1613
[愿得一人]
[愿得一人] 2021-01-16 17:42

How to fill dataset using LINQ with FillDataSet(ds) Method. When iam trying to implement this code iam getting error like FillDataSet does not exist in current context.

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-16 17:53

    You have to define your FillDataSet(DatatSet ds) method. Probably you should implement something similar to this example if you are following the MSDN tutorials.

提交回复
热议问题