dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleType Class
Properties Methods

In This Topic
    OracleType Class Members
    In This Topic

    The following tables list the members exposed by OracleType.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements that the OracleArray or OracleTable can contain.  
    Public PropertyGets a collection of the OracleAttribute objects for the Oracle object type.  
    Public PropertyDetermines what type the OracleType represents - OBJECT, VARRAY or Nested table.  
    Public PropertyGets the value indicating whether the OracleType is described on the server.  
    Public PropertyGets type of the element from the collection.  
    Public PropertyGets object type of the element for VARRAY or Nested table types.  
    Public PropertyGets type name of the object.  
    Public PropertyGets the name of the schema that the type belongs to.  
    Public PropertyGets the name of the type on the server.  
    Public PropertyGets or sets the user-defined type.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares the current OracleType with the specified object and returns an integer that represents their relative values.  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodDescribes the OracleType on the server.  
    Public MethodDetermines whether the specified OracleType is equal to the current OracleType object.  
    Public MethodServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets type of the object as OracleType.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Top
    See Also