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