dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataReaderBase Class / FieldCount Property

In This Topic
    FieldCount Property (DbDataReaderBase)
    In This Topic
    Gets the number of columns in the current row.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property FieldCount As Integer
    public override int FieldCount {get;}

    Property Value

    When not positioned in a valid record set, 0; otherwise the number of columns in the current record. The default value is -1.
    Remarks
    After executing a query that does not return rows, FieldCount returns 0.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also