2 writes to _hasPartialPrimaryKey
System.Data (2)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
693
_hasPartialPrimaryKey
= false;
696
_hasPartialPrimaryKey
= true;
1 reference to _hasPartialPrimaryKey
System.Data (1)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1290
return (((row.IsKey || row.IsUnique) && !
_hasPartialPrimaryKey
) || row.IsRowVersion) && !row.IsLong;