Implemented interface member:
property
Depth
System.Data.IDataReader.Depth
3 overrides of Depth
System.Data.Common (1)
System\Data\DataTableReader.cs (1)
212public override int Depth
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataReader.cs (1)
151public override int Depth
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
189public override int Depth { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }