_id is reserved by MongoDb. Try using "Id" instead.
OR
[
]
[
]
public List<string> ProductList { get; set; }
_id is reserved by MongoDb. Try using "Id" instead.
OR
[BsonElement("ProductList")]
[Display(Name = "ProductList")]
public List<string> ProductList { get; set; }
No comments:
Post a Comment