Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the number of columns in the current row.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
property int FieldCount {
	virtual int get() override;
}

Property Value

Type: System::Int32

When not positioned in a valid record set, 0; otherwise the number of columns in the current record. The default is -1.

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
Return to top
Show:
© 2017 Microsoft