是否有办法首先使用代码(模型)在efcodefirst中创建复合键。
atm我有这个
[Key]
public string ResourceType { get; set; }
public string CultureCode { get; set; }
public string ResourceKey { get; set; }
public string ResourceValue { get; set; }
我需要resourcetype + resourcekey作为复合键。