Navigation property at nopCommerce4.5

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 1 año
Do the navigation properties are completely remove from nopCommerce4.5 ?
Hace 1 año
Navigation properties were removed in v4.3
Hace 1 año
So if I need a child table then keep the Id of the child table to the parent table and join that table with the parent table?
Hace 1 año
Yes for example Customer Table has

        /// <summary>
        /// Gets or sets the billing address identifier
        /// </summary>
        public int? BillingAddressId { get; set; }

        /// <summary>
        /// Gets or sets the shipping address identifier
        /// </summary>
        public int? ShippingAddressId { get; set; }

Which is the Id's for the Addresses stored in Address Table
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.