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 または Entity Framework を使用している場合は、次の質問を参照してください。