Implemented interface member:
method
Close
System.Data.IDataReader.Close()
3 overrides of Close
System.Data.Common (1)
System\Data\DataTableReader.cs (1)
113
public override void
Close
()
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataReader.cs (1)
312
public override void
Close
()
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
197
public override void
Close
() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
3 references to Close
Microsoft.Data.Analysis (1)
DataFrame.IO.cs (1)
216
reader.
Close
();
System.Data.Common (2)
System\Data\Common\DbDataReader.cs (2)
40
Close
();
56
Close
();