.DBML 파일 확장자
Visual Studio OR Design File
| 개발사 | Microsoft |
| 인기도 |
3.5 | 10 투표 |
DBML 파일이란 무엇인가요?
XML file created by Microsoft's Object Relational (OR) Designer, which is included with Visual Studio and other Microsoft database software development tools; contains "LINQ to SQL" (Language-Integrated Query to Structured Query Language) entity classes that map to objects within a database.
추가 정보
DBML files are used by the Visual Studio Code Generator to auto-generate Visual Basic, C#, or XML source code files. This allows developers to manipulate database records directly as native classes within the application.
참고: DBML files are stored in an XML format and must conform to the published DBML .XSD schema.
DBML 파일을 열거나 참조하는 프로그램
Windows