There is a table in a database that i can't change i'm trying to use with Entity Framework. For sake of argument, there is no unique key possible, not even all the columns, all the columns are of type nvarchar(x), and i can't change the database to include a rownumber type column.
Is there any way to get this table into Entity Framework so i can run queries on it? If i need to update it i'll write my own storedproc.