I have the following owned entity.
public class ViewColumn : Entity { public long ViewId { get; set; } public string Name { get; set; }