3 references to BuildKey
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1306
DataColumn[] pKey =
BuildKey
(key.constraint, key.table);
1307
DataColumn[] fKey =
BuildKey
(keyref, table);
1414
DataColumn[] key =
BuildKey
(keyNode, table);