views:

19

answers:

1

Can I connect an edmx to an xml document instead of a sql database.If so how can this be done?

+1  A: 

No, not unless you write an EF provider for it. But there is LINQ to XML.

You're unlikely to get a really good solution to your problem if you don't mention what the underlying problem is.

Craig Stuntz