I have a class divided in two partial files, like this:
public partial class PersonRepository : BaseRepository { public static readonly str
Try to change this
public static readonly string ColumnID = "ID";
to
public const string ColumnID = "ID";