Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 我需要将XElement数据插入到数据库表中,这是一种很好的方法(我的XElement数据包含大约3-400k条记录)_C#_.net_Linq_Entity Framework - Fatal编程技术网

C# 我需要将XElement数据插入到数据库表中,这是一种很好的方法(我的XElement数据包含大约3-400k条记录)

C# 我需要将XElement数据插入到数据库表中,这是一种很好的方法(我的XElement数据包含大约3-400k条记录),c#,.net,linq,entity-framework,C#,.net,Linq,Entity Framework,我需要在数据库表中插入一个XElement数据,哪一个是好方法?(我的XElement数据包含大约300-400k条记录)有这么多的数据,您需要使用这个类。那里的例子对如何使用它很有说明性 再加上其他读者(我不得不用谷歌搜索),我相信10万美元就是10万美元。是的,它适合我的场景。

我需要在数据库表中插入一个XElement数据,哪一个是好方法?(我的XElement数据包含大约300-400k条记录)

有这么多的数据,您需要使用这个类。那里的例子对如何使用它很有说明性

再加上其他读者(我不得不用谷歌搜索),我相信10万美元就是10万美元。是的,它适合我的场景。