dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArrayDataReader Class / FieldCount Property

On this page
    FieldCount Property (OracleArrayDataReader)
    On this page
    If the array consists of OBJECT TYPE elements, gets number of array element properties.
    Syntax
    'Declaration
     
    Public ReadOnly Property FieldCount As Integer
    public int FieldCount {get;}

    Property Value

    Number of array element properties if the array consists of OBJECT TYPE elements, otherwise 1.
    See Also