Obvykle se tato chyba zobrazí, když použijete VARCHAR(Max) pomocí:
[Column(TypeName = "VARCHAR")]
[StringLength(n)]
[Index]
public string CreatedBy { set; get; }
kde n je mezi 1 a 450.
Obvykle se tato chyba zobrazí, když použijete VARCHAR(Max) pomocí:
[Column(TypeName = "VARCHAR")]
[StringLength(n)]
[Index]
public string CreatedBy { set; get; }
kde n je mezi 1 a 450.