Base:
method
Close
System.Data.Common.DbConnection.Close()
Implemented interface member:
method
Close
System.Data.IDbConnection.Close()
6 references to Close
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
237Close();
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
659con.Close();
System.Web.DataVisualization (2)
Common\General\Chart.cs (2)
535command.Connection.Close(); 658command.Connection.Close();
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
535command.Connection.Close(); 658command.Connection.Close();