The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlDataReader::VisibleFieldCount Property
.NET Framework (current version)
Gets the number of fields in the SqlDataReader that are not hidden.
Assembly: System.Data (in System.Data.dll)
This value is used to determine how many fields in the SqlDataReader 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: