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

In This Topic
    FieldCount Property (OracleArrayDataReader)
    In This Topic
    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