I use the EF 4.0 constructor to create the database by clicking "Create Database from Model". I will not use the sql 2008 column type of type "filestream". Unfortunately, I cannot select "filestream" from the Type DropDownList of a particular column.
So, how do I use a filter with EF 4.0 first?
So far I have been looking for some SQL scripts to manually add such columns, but adding them through an SQL script means that I do not have them in my model. What should I do?
source share