Dapper.Oracle icon indicating copy to clipboard operation
Dapper.Oracle copied to clipboard

Add UdtTypeName to OracleDynamicParameters .Add object

Open r2go-beep opened this issue 2 years ago • 0 comments

I noticed that OracleParameter has a attribute, "UdtTypeName", which allows the user to specify the UdtType that this object is being mapped to in Oracle DB.

This would be helpful as it would allow for a more direct translation from OracleParameter to the object in OracleDynamicParameters.Add(object item) instead of this attribute being clipped off.

r2go-beep avatar Oct 13 '23 20:10 r2go-beep