4 writes to Connection
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (4)
75Connection = connection; 80Connection = connection; 88Connection = from.Connection; 237Connection = (OleDbConnection)value;
13 references to Connection
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (2)
88Connection = from.Connection; 234return Connection;
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
118OleDbConnection connection = command.Connection;
System.Web.DataVisualization (5)
Common\General\Chart.cs (5)
519if (command.Connection != null) 521command.Connection.Open(); 535command.Connection.Close(); 652command.Connection.Open(); 658command.Connection.Close();
System.Windows.Forms.DataVisualization (5)
Common\General\Chart.cs (5)
519if (command.Connection != null) 521command.Connection.Open(); 535command.Connection.Close(); 652command.Connection.Open(); 658command.Connection.Close();