AttilaDNagy
Results
2
comments of
AttilaDNagy
I have the same issue (.NET core) in March 2019. Are they planning to solve this issue?
> > > With Dapper.Oracle this worked for me: > > ``` > var parameters = new OracleDynamicParameters(); > parameters.Add("JSONDOCUMENT", saveRequest.JsonDocument, OracleMappingType.Clob, ParameterDirection.Input); > ``` Was the parameter string in...