2 references to MSD_PRIMARYKEY
System.Data (2)
fx\src\data\System\Data\xmlsaver.cs (1)
1748
constraint.SetAttribute(Keywords.
MSD_PRIMARYKEY
, Keywords.MSDNS, Keywords.TRUE);
fx\src\data\System\Data\XMLSchema.cs (1)
1199
bool fPrimaryKey = GetBooleanAttribute(keyNode, Keywords.
MSD_PRIMARYKEY
, /*default:*/ false);