Base:
property
FieldCount
System.Data.Common.DbDataReader.FieldCount
Implemented interface member:
property
FieldCount
System.Data.IDataRecord.FieldCount
1 override of FieldCount
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
36
public override int
FieldCount
{
11 references to FieldCount
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\StoreUtilities.cs (1)
118
if (reader.
FieldCount
== 0)
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
1163
if (ds.
FieldCount
> 0) {
2539
if (more && reader.
FieldCount
> 0) {
System.Web (4)
Security\SQLRoleProvider.cs (4)
478
if (reader.
FieldCount
> 0)
480
if (reader.
FieldCount
> 1)
589
if (reader.
FieldCount
> 0)
591
if (reader.
FieldCount
> 1)
System.Web.DataVisualization (2)
Common\General\Chart.cs (2)
508
for (int fieldIndex = 0; fieldIndex < ((System.Data.SqlClient.SqlDataReader)dataSource).
FieldCount
; fieldIndex++)
547
for (int fieldIndex = 0; fieldIndex < dataReader.
FieldCount
; fieldIndex++)
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
508
for (int fieldIndex = 0; fieldIndex < ((System.Data.SqlClient.SqlDataReader)dataSource).
FieldCount
; fieldIndex++)
547
for (int fieldIndex = 0; fieldIndex < dataReader.
FieldCount
; fieldIndex++)