写数据到Clob字段,报 ORA-01460 转换请求无法实施或不合理

解决:加个 TypeName = "CLOB"

[Column("imagect", TypeName = "CLOB")]
public string Imagect { get; set; }

posted on 2020-05-09 15:49  红磨坊后的白桦树  阅读(1575)  评论(1编辑  收藏  举报