1 override of VisibleFieldCount
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
196public override int VisibleFieldCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
1 reference to VisibleFieldCount
System.Data.Common (1)
System\Data\ProviderBase\DataReaderContainer.cs (1)
97int fieldCount = _providerSpecificDataReader.VisibleFieldCount;