DbDataReader::VisibleFieldCount Property
.NET Framework (current version)
Gets the number of fields in the DbDataReader that are not hidden.
Assembly: System.Data (in System.Data.dll)
This value is used to determine how many fields in the DbDataReader are visible. For example, a SELECT on a partial primary key returns the remaining parts of the key as hidden fields. The hidden fields are always appended behind the visible fields.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: