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