Base:
property
FieldCount
System.Data.Common.DbDataReader.FieldCount
3 references to FieldCount
System.Data.OleDb (3)
OleDbCommand.cs (1)
954
if (reader.Read() && (0 < reader.
FieldCount
))
OleDbDataAdapter.cs (1)
346
incrementResultCount = (0 < dataReader.
FieldCount
);
OleDbDataReader.cs (1)
2243
if (0 == dataReader.
FieldCount
)