2 writes to _hasPartialPrimaryKey
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
781_hasPartialPrimaryKey = false; 786_hasPartialPrimaryKey = true;
1 reference to _hasPartialPrimaryKey
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
1448return (((row.IsKey || row.IsUnique) && !_hasPartialPrimaryKey) || row.IsRowVersion) && !row.IsLong;