XML Document straight to Stored Proc Mapping in NHibernate
Posted
by ZekeTheGeek
on Stack Overflow
See other posts from Stack Overflow
or by ZekeTheGeek
Published on 2010-06-14T16:19:02Z
Indexed on
2010/06/14
16:22 UTC
Read the original article
Hit count: 120
.NET
|nhibernate
Hello. I'm building a mechanism to take XML data from a queue and call stored procs to save the data from the XML document directly to the database. This seems like something that NHibernate could address, but of course most of the information I find discusses going from objects to database instead of another data format (XML, in this case). Is there a way to use NHibernate in this fashion or am I barking up the wrong tree?
Thanks.
© Stack Overflow or respective owner