4 references to ConvertValue
System.Data (4)
fx\src\data\System\Data\ForeignKeyConstraint.cs (1)
534object value = column.ConvertValue(childValues[lo]);
fx\src\data\System\Data\Selection.cs (2)
538object key = column.ConvertValue(originalKey); 573key[i] = IndexFields[i].Column.ConvertValue(originalKey[i]);
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1567object comparedValue = colInParent.ConvertValue(child[childCol]);