VisibleFieldCount Property

Syntax:

public int VisibleFieldCount { get; }

Description:

Type: System.Int32

Gets the number of fields that are not hidden. The RDM Data Provider does not implement hidden fields, so this value is always the same as FieldCount.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbDataReader.VisibleFieldCount