public EntityContainerMapping(IEnumerable <XElement> schema, XNamespace nsEdmx, XNamespace nsSchema) { this.EntitySetMappings = new EntitySetMapping(schema, nsEdmx, nsSchema); this.FunctionImportMapping = ParseEntityContainer("FunctionImportMapping", schema, nsSchema); }
string StorageEntityContainer; //TODO #endregion Fields #region Constructors public EntityContainerMapping(IEnumerable<XElement> schema, XNamespace nsEdmx, XNamespace nsSchema) { this.EntitySetMappings = new EntitySetMapping(schema, nsEdmx, nsSchema); this.FunctionImportMapping = ParseEntityContainer("FunctionImportMapping", schema, nsSchema); }