- <?xml version="1.0" encoding="utf-8"?>
- <Schema Namespace="Хранилище UserKachaevModel" 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">
- <EntityType Name="User">
- <Key>
- <PropertyRef Name="ID" />
- </Key>
- <Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
- <Property Name="Логин" Type="nchar" MaxLength="10" />
- <Property Name="Пароли" Type="nchar" MaxLength="10" />
- <Property Name="Role" Type="nchar" MaxLength="10" />
- </EntityType>
- <EntityContainer Name="Хранилище UserKachaevModelContainer">
- <EntitySet Name="User" EntityType="Self.User" Schema="dbo" store:Type="Tables" />
- </EntityContainer>
- </Schema>
|