Share via


EntityDataReader.VisibleFieldCount Property

Definition

Gets the number of fields in the EntityDataReader that are not hidden.

public override int VisibleFieldCount { get; }
member this.VisibleFieldCount : int
Public Overrides ReadOnly Property VisibleFieldCount As Integer

Property Value

The number of fields that are not hidden.

Applies to