UdtTypeName
This property specifies the Oracle user-defined type name that the custom class maps to.
Declaration
// C# public string UdtTypeName {get; set;}
Property Value
A string that represents an Oracle user-defined type name.
Remarks
UdtTypeName
is case-sensitive. It is specified in the form of schema_name.type_name
.