GetName Method (OracleArrayDataReader)
On this page
If the array consists of OBJECT TYPE elements, gets the name of the specified property of the current array element.
Syntax
|
|---|
'Declaration
Public Function GetName( _
ByVal As Integer _
) As String |
Parameters
- i
- Zero-based ordinal of the OBJECT TYPE property.
Return Value
The name of the specified property of the current array element, if the array consists of OBJECT TYPE elements as a Boolean. Otherwise, the result of the method is undefined.
See Also