Name | Description | |
---|---|---|
![]() | ArrayCapacity | Gets the number of elements that the OracleArray or OracleTable can contain. |
![]() | Attributes | Gets a collection of the OracleAttribute objects for the Oracle object type. |
![]() | DbType | Determines what type the OracleType represents - OBJECT, VARRAY or Nested table. |
![]() | IsDescribed | Gets the value indicating whether the OracleType is described on the server. |
![]() | ItemDbType | Gets type of the element from the collection. |
![]() | ItemObjectType | Gets object type of the element for VARRAY or Nested table types. |
![]() | Name | Gets type name of the object. |
![]() | SchemaName | Gets the name of the schema that the type belongs to. |
![]() | TypeName | Gets the name of the type on the server. |
![]() | UdtType | Gets or sets the user-defined type. |