2 implementations of Close
System.Data.Common (1)
System\Data\Common\DbConnection.cs (1)
90
public abstract void
Close
();
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
113
public override void
Close
() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
1 reference to Close
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
1815
connection.
Close
();