Implemented interface member:
property
this
System.Data.IDataRecord.this[System.Int32]
3 overrides of
System.Data.Common (1)
System\Data\DataTableReader.cs (1)
243public override object this[int ordinal]
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataReader.cs (1)
296public override object this[int i]
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
193public override object this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
1 reference to
Microsoft.Data.Analysis (1)
DataFrame.IO.cs (1)
211: reader[c];