9 references to DeriveParameters
System.Data (9)
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (4)
122throw ADP.CommandTextRequired(ADP.DeriveParameters); 128throw ADP.ConnectionRequired(ADP.DeriveParameters); 134throw ADP.OpenConnectionRequired(ADP.DeriveParameters, state); 172string quote = connection.QuoteChar(ADP.DeriveParameters);
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (4)
116throw ADP.CommandTextRequired(ADP.DeriveParameters); 120throw ADP.ConnectionRequired(ADP.DeriveParameters); 124throw ADP.OpenConnectionRequired(ADP.DeriveParameters, state); 144connection.GetLiteralQuotes(ADP.DeriveParameters, out quotePrefix, out quoteSuffix);
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
2726ValidateCommand(ADP.DeriveParameters, false /*not async*/);