用到SQL Server 2008 R2 的FileStream,看到示例中从数据库读取数据时都采用下面的代码,请问与SELECT Content FROM employees 取得数据有什么不同?谢谢!
command.CommandText =
"select Top(1) Photo.PathName(), " + "GET_FILESTREAM_TRANSACTION_CONTEXT () from employees";