Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00
..
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00

This test uses SampleEntityFrameworkProvider to reverse-engineer a NorthwindEF5 database. 
We make a copy of EdmGen.exe to be able to register new provider and run EdmGen.exe /mode:fullgeneration.

NOTES:

1. You must build the provider before running the sample.
2. Note that generated SSDL has a reference to the provider invariant name used as an argument to EdmGen.exe:

<Schema ... Provider="SampleEntityFrameworkProvider" ProviderManifestToken="2005" ...>