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