Reputation: 73
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?
Upvotes: 6
Views: 2261
Reputation: 6244
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?
Upvotes: 1