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)
1290return (((row.IsKey || row.IsUnique) && !_hasPartialPrimaryKey) || row.IsRowVersion) && !row.IsLong;