.EDMX 文件扩展名
ADO.NET Entity Data Model Designer File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.3 | 4 票 |
什么是 EDMX 文件?
Data model file created by the Entity Data Model Designer component of Microsoft Visual Studio; stores the schema for a database, including entities (e.g., database tables), their fields, and their relationships (e.g., one-to-one and one-to-many).
更多信息
EDMX files are used for generating SQL Server database schemas. They contain three metadata files: 1) the conceptual schema definition language (CSDL) file, 2) the store schema definition language (SSDL) file, and 3) the mapping specification language (MSL) file.
注: To create EDMX files, you need a version of Visual Studio that includes the ADO.NET Entity Data Model Designer.
可打开或引用 EDMX 文件的程序
Windows