Esempio n. 1
0
 public EDMView(Stream stream, Action <XElement> readMoreAction)
 {
     EDM = EDMXIO.Read(stream, readMoreAction);
 }
Esempio n. 2
0
 public EDMView(string edmxPath, Action <XElement> readMoreAction)
 {
     EDM = EDMXIO.Read(edmxPath, readMoreAction);
 }