15 references to SrcCompare
System.Data (15)
fx\src\data\System\Data\Common\DataColumnMapping.cs (1)
70
if ((null != Parent) && (0 != ADP.
SrcCompare
(_sourceColumnName, value))) {
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (1)
234
if (0 == ADP.
SrcCompare
(sourceColumn, items[i].SourceColumn)) {
fx\src\data\System\Data\Common\DataTableMapping.cs (1)
100
if ((null != Parent) && (0 != ADP.
SrcCompare
(_sourceTableName, value))) {
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (1)
237
if ((null != value) && (0 == ADP.
SrcCompare
(sourceTable, value))) {
fx\src\data\System\Data\Common\DBCommandBuilder.cs (4)
623
else if ( (0 != ADP.
SrcCompare
(baseTableName, tableName))
624
|| (0 != ADP.
SrcCompare
(baseSchemaName, schemaName))
625
|| (0 != ADP.
SrcCompare
(baseCatalogName, catalogName))
626
|| (0 != ADP.
SrcCompare
(baseServerName, serverName))) {
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
169
if (0 != ADP.
SrcCompare
(_commandText, value)) {
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
130
if (0 != ADP.
SrcCompare
(_commandText, value)) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
1772
else if ((0 != ADP.
SrcCompare
(baseTableName, info.baseTableName))
1773
|| (0 != ADP.
SrcCompare
(baseCatalogName, catalogName))
1774
|| (0 != ADP.
SrcCompare
(baseSchemaName, schemaName))) { // MDAC 71808
fx\src\Data\System\Data\ProviderBase\DbParameterCollectionHelper.cs (1)
141
if (0 == ADP.
SrcCompare
(parameterName, parameter.ParameterName)) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
645
if (0 != ADP.
SrcCompare
(_commandText, value)) {