I have a class Product and a complex type AddressDetails
Product
AddressDetails
public class Product { public Guid Id { get; set; } public Addres
It can be done in Fluent API as well, just add in the mapping the following code
this.Ignore(t => t.Country), tested in EF6