示例#1
0
 public EntityContainerMapping(IEnumerable <XElement> schema, XNamespace nsEdmx, XNamespace nsSchema)
 {
     this.EntitySetMappings     = new EntitySetMapping(schema, nsEdmx, nsSchema);
     this.FunctionImportMapping = ParseEntityContainer("FunctionImportMapping", schema, nsSchema);
 }
示例#2
0
        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);
        }