IOracleCustomType Members

IOracleCustomType members are listed in the following tables.

IOracleCustomType Interface Methods

IOracleCustomType interface methods are listed in Table 17-22.

Table 17-22 IOracleCustomType Interface Methods

Interface Method Description

FromCustomObject(OracleConnection, IntPtr)

Returns the values that set the Oracle Object attributes

Available in ODP.NET, Unmanaged Driver only

FromCustomObject(OracleConnection, object)

Returns the values that set the Oracle Object attributes

Available in ODP.NET, Managed Driver and ODP.NET Core only

ToCustomObject(OracleConnection, IntPtr)

Provides the Oracle Object with the attribute values to set on the custom type

Available in ODP.NET, Unmanaged Driver only

ToCustomObject(OracleConnection, object)

Provides the Oracle Object with the attribute values to set on the custom type

Available in ODP.NET, Managed Driver and ODP.NET Core only