OrmLite With Filestream
问题 I did some searching and I could not find very much on utilizing filestream with OrmLite. I think it is possible but I am not sure which direction to take. Ideally I would like to be able to create or drop/create a table based on a model with a binary field and then do something to make that column in the database mapped to the filestream. I know that the filestream has to be setup on sql server ahead of time (I don't think you can do ALL the filestream setup from outside of the Management