123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- EF Runtime content -->
- <edmx:Runtime>
- <!-- SSDL content -->
- <edmx:StorageModels>
- <Schema Namespace="Хранилище test111Model" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
- <!--Ошибки, обнаруженные при создании:
- предупреждение 6002: В таблице или представлении "test111.dbo.111" не определен первичный ключ. Ключ был выведен, а определение таблицы или представления было создано в режиме только для чтения.-->
- <EntityType Name="111">
- <Key>
- <PropertyRef Name="123rfd" />
- </Key>
- <Property Name="111ggg" Type="nvarchar(max)" />
- <Property Name="123rfd" Type="nvarchar" MaxLength="50" Nullable="false" />
- <Property Name="sdgdsg" Type="ntext" />
- </EntityType>
- <EntityContainer Name="Хранилище test111ModelContainer">
- <EntitySet Name="111" EntityType="Self.111" store:Type="Tables" store:Schema="dbo">
- <DefiningQuery>SELECT
- [111].[111ggg] AS [111ggg],
- [111].[123rfd] AS [123rfd],
- [111].[sdgdsg] AS [sdgdsg]
- FROM [dbo].[111] AS [111]</DefiningQuery>
- </EntitySet>
- </EntityContainer>
- </Schema>
- </edmx:StorageModels>
- <!-- CSDL content -->
- <edmx:ConceptualModels>
- <Schema Namespace="test111Model" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
- <EntityType Name="C111">
- <Key>
- <PropertyRef Name="C123rfd" />
- </Key>
- <Property Name="C111ggg" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
- <Property Name="C123rfd" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
- <Property Name="sdgdsg" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
- </EntityType>
- <EntityContainer Name="test111Entities" annotation:LazyLoadingEnabled="true">
- <EntitySet Name="C111" EntityType="Self.C111" />
- </EntityContainer>
- </Schema>
- </edmx:ConceptualModels>
- <!-- C-S mapping content -->
- <edmx:Mappings>
- <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
- <EntityContainerMapping StorageEntityContainer="Хранилище test111ModelContainer" CdmEntityContainer="test111Entities">
- <EntitySetMapping Name="C111">
- <EntityTypeMapping TypeName="test111Model.C111">
- <MappingFragment StoreEntitySet="111">
- <ScalarProperty Name="C111ggg" ColumnName="111ggg" />
- <ScalarProperty Name="C123rfd" ColumnName="123rfd" />
- <ScalarProperty Name="sdgdsg" ColumnName="sdgdsg" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- </EntityContainerMapping>
- </Mapping>
- </edmx:Mappings>
- </edmx:Runtime>
- <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
- <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
- <Connection>
- <DesignerInfoPropertySet>
- <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
- </DesignerInfoPropertySet>
- </Connection>
- <Options>
- <DesignerInfoPropertySet>
- <DesignerProperty Name="ValidateOnBuild" Value="true" />
- <DesignerProperty Name="EnablePluralization" Value="false" />
- <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
- <DesignerProperty Name="UseLegacyProvider" Value="false" />
- <DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
- </DesignerInfoPropertySet>
- </Options>
- <!-- Diagram content (shape and connector positions) -->
- <Diagrams></Diagrams>
- </Designer>
- </edmx:Edmx>
|