0

I have column is type XML.

In dbml I get type this column is System.Xml.Linq.XElement

I have XDocument and I need save in column xml.

how do this?

4

1 に答える 1

2

XDocument.RootプロパティはXElement、ルート要素のを返します。

于 2013-01-10T10:28:26.713 に答える