The IOracleCustomTypeFactory
interface is used by ODP.NET to create custom objects that represent Oracle Objects or Collections.
// C# public interface IOracleCustomTypeFactory
Provider | ODP.NET, Unmanaged Driver |
Assembly | Oracle.DataAccess.dll |
Namespace | Oracle.DataAccess.Types |
.NET Framework | 3.5, 4.0, 4.5 |
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
See Also:
IOracleCustomTypeFactory
members are listed in the following tables.
IOracleCustomTypeFactory Interface Methods
IOracleCustomTypeFactory
interface methods are listed in Table 16-24.
IOracleCustomTypeFactory
Interface methods are listed in Table 16-25.
Table 16-25 IOracleCustomTypeFactory Interface Methods
Public Method | Description |
---|---|
Returns a new custom object to represent an Oracle Object or Collection |
See Also: