dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleObject Class / Item Property / Item(OracleAttribute) Property
An OracleAttribute object.

In This Topic
Item(OracleAttribute) Property
In This Topic
Gets or sets the value of the specified attribute.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal attribute As OracleAttribute _
) As Object
 

Parameters

attribute
An OracleAttribute object.

Property Value

The value of the specified attribute.
Remarks
The Item(OracleAttribute) property allows retrieving values of the attributes of the NativeOracleObject.
See Also