C#继承
0
Fluent NHibernate mapping IList<Point> as value to single column
I have this class: public class MyEntity { public virtual int Id { get; set; } public virtual IList<Point> Vectors { get; set; }[详细]
2022-12-29 02:13 分类:问答