It would appear that EF5.0 pukes with the hierarchyid type which is used as the primary key on a FileTable.
Anyone have any suggestions on how to use my usual ADO.NET edmx / EF5.0 with FileTable? The hierarchyid for FileTable currently uses path_locator- I just need some way to say that a record from a 'Photo' table (for example) points to a particular record
in FileTable. And I need to access this information from my application.
Any suggestions?