Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access FileTables from Entity Framework?

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?

like image 634
Roman Blinkov Avatar asked Feb 22 '12 00:02

Roman Blinkov


1 Answers

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?

like image 171
Hossein Moradinia Avatar answered Sep 28 '22 11:09

Hossein Moradinia