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