Есть ли способ создать составной ключ в 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, чтобы быть составным ключом.