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