.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