3 writes to SelectCommand
System.Data.Odbc (3)
System\Data\Odbc\OdbcDataAdapter.cs (3)
25
SelectCommand
= selectCommand;
30
SelectCommand
= new OdbcCommand(selectCommandText, selectConnection);
36
SelectCommand
= new OdbcCommand(selectCommandText, connection);
2 references to SelectCommand
System.Data.Odbc (2)
System\Data\Odbc\OdbcCommandBuilder.cs (2)
268
connection = DataAdapter?.
SelectCommand
?.Connection;
323
connection = DataAdapter?.
SelectCommand
?.Connection;