hi i have an field has OracleClob type.I want to cast this as my string data.How can i do it in c# ?
[MapField("MSG_BODY")]
public Oracle.DataAccess.Types.OracleClob MsgBody { get; set; }
i want to set MsgBody : "This is a sample";
I have to define an oracleclob object and fill it as string text.