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.
OdbcDataReader::FieldCount Property
.NET Framework (current version)
Gets the number of columns in the current row.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Int32When not positioned in a valid record set, 0; otherwise the number of columns in the current record. The default is -1.
Implements
IDataRecord::FieldCount| Exception | Condition |
|---|---|
| NotSupportedException | There is no current connection to a data source. |
Includes hidden fields. Use VisibleFieldCount to exclude hidden fields.
After you execute a query that does not return rows, FieldCount returns 0.
.NET Framework
Available since 1.1
Available since 1.1
OdbcDataReader Class
System.Data.Odbc Namespace
Working with DataReaders
Show: