| Oracle® Data Provider for .NET Developer's Guide 11g Release 1 (11.1.0.6.20) Part Number E10927-01  | 
  | 
  | 
View PDF | 
The IOracleCustomTypeFactory interface is used by ODP.NET to create custom objects that represent Oracle Objects or Collections.
Declaration
// C# public interface IOracleCustomTypeFactory
Thread Safety
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
Requirements
Namespace: Oracle.DataAccess.Types
Assembly: Oracle.DataAccess.dll
Microsoft .NET Framework Version: 1.0 or later
See Also:
IOracleCustomTypeFactory members are listed in the following tables.
IOracleCustomTypeFactory Interface Methods
IOracleCustomTypeFactory interface methods are listed in Table 14-24.
Table 14-24 IOracleCustomTypeFactory Interface Methods
| Public Method | Description | 
|---|---|
| 
 | 
 Returns a new custom object to represent an Oracle Object or Collection  | 
IOracleCustomTypeFactory Interface methods are listed in Table 14-25.
Table 14-25 IOracleCustomTypeFactory Interface Methods
| Public Method | Description | 
|---|---|
| 
 | 
 Returns a new custom object to represent an Oracle Object or Collection  | 
See Also:
This interface method returns a new custom object to represent an Oracle Object or Collection.
Declaration
// C# IOracleCustomType CreateObject();
Return Value
An IOracleCustomType object.
Remarks
The CreateObject method is used to create a new instance of a custom object to represent an Oracle Object or Collection.