开发者

Scalar Property and Navigational Property EDMX

Wh开发者_运维百科at is Scalar property and Navigational Property in Entity Frame work Model?


Basically a scalar property is mapped to a column (int, string, ...) A navigation property is mapped to a relation. e.g Order.OrderDetails brings you to all ORderDetails of a specific order.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜