Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个应用程序,用户在其中上传 xml 文档,并且该文档存储在“xml”类型的数据库列中。有谁知道与之等效的课程?
如果您使用SqlCommand对象与数据库进行交互,请参阅MSDN中的以下内容:
SqlCommand
对于Xml枚举值,您可以使用、值、派生类型实例或对象。SqlDbType stringXMLXmlReaderSqlXml
SqlDbType
string
XML
XmlReader
SqlXml
如果您使用的是 Linq-to-SQL 或实体框架,请参考以下问题: