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.
OracleDataReader::FieldCount Property
.NET Framework (current version)
Gets the number of columns in the current row.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.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 executing a query that does not return rows, FieldCount returns 0.
.NET Framework
Available since 1.1
Available since 1.1
Show: