.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