Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以有一个 OracleLOB 类型的数据表列,就像我可以将一个列声明为字节数组类型一样吗?
更新:是否可以转换byte[]为 OracleLOB,因为 Oracle LOB 可以转换为byte[]方法Read()。
byte[]
Read()
不,DataTableDataColumn支持以下 DataType:
DataColumn
http://msdn.microsoft.com/en-us/library/system.data.datacolumn.datatype.aspx