SQL Server 2012 "Denali" introduced new nice feature FileTables!
I plan to use EF 4.3 Code First.
How to create poco class for FileTable table?
How to access FileTables from Entity Framework except ObjectContext.ExecuteStoreCommand?

link|improve this question
feedback

1 Answer

Entity Framework does not support FileStream in Sql server 2008 and FileTables in Sql server 2012.

How to add a filestream column in the Entity Framework 4.0 model first designer?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.