What is the Scalar property and Navigational property in the Frame Framework work structure?
Basically, a scalar property is mapped to a column (int, string, ...) The navigation property is mapped to a relation. for example, Order.OrderDetails provides you with all ORDERDetails of a specific order.