LinqToSql database query method is:
first create a dbml file, and then drag the tables in the database you need directly into the dbml editing interface. Like this:
when dragged in like this, the entity classes corresponding to these tables are automatically created in dbml. But! The comments in the database are not automatically added to the attribute comments of the entity class, is there any way to add the datasheet automatically after being dragged into dbml?
the following is the information I found on the Internet, but it seems to be a little different from mine. I don"t know how to start.
EF schema ~ annotate entities generated by EF DbContext (T4 template application)