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