Hi,
It is a DBML class. You need to create DBML classes using Entity Framework.
Check the below section of article or download sample code.
Creating an Entity Data Model
Following is the Entity Data Models of the three Tables i.e. Countries, States and Cities which will be used later in this project.