开发者

Entity classes created using ADO.NET Entity Framework?

开发者 https://www.devze.com 2022-12-19 23:20 出处:网络
What is the type of Entity classes created by the Entity Framework which map to the database tables? Are these classes like the classes created using the LINQ 开发者_StackOverflowto SQL designer and a

What is the type of Entity classes created by the Entity Framework which map to the database tables? Are these classes like the classes created using the LINQ 开发者_StackOverflowto SQL designer and are defined as "partial classes"


from the .designer-file of my .edmx-file, eg

public partial class City : global::System.Data.Objects.DataClasses.EntityObject

see msdn for more information about EntityObject

0

精彩评论

暂无评论...
验证码 换一张
取 消