6 references to CompareValueTo
System.Data (6)
fx\src\data\System\Data\DataColumn.cs (1)
1444
int valuesMatch =
CompareValueTo
(record1, value);
fx\src\data\System\Data\ForeignKeyConstraint.cs (1)
535
if (0 != column.
CompareValueTo
(childRow.tempRecord, value)) {
fx\src\data\System\Data\Selection.cs (3)
395
int c = IndexFields[i].Column.
CompareValueTo
(record1, vals[i]);
543
c = column.
CompareValueTo
(records.Key(x), key);
551
c = column.
CompareValueTo
(records.Key(x), key);
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1568
if (parentRowInTree.tempRecord != -1 && colInParent.
CompareValueTo
( parentRowInTree.tempRecord, comparedValue ) != 0 ) {