标签: entity-framework-core
是否可以在EF7中配置以下实体的映射(某种转换器?)
public class Car { public int Id {get;set;} public List<string> Options {get;set;} }
其中选项nvarchar(max)列以;分隔,例如
nvarchar(max)
;
radio;tv;abs