3 references to BuildKey
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
1107
DataColumn[] pKey =
BuildKey
(key.constraint, key.table);
1108
DataColumn[] fKey =
BuildKey
(keyref, table);
1204
DataColumn[] key =
BuildKey
(keyNode, table);