5 writes to bPrimaryKey
System.Data (5)
fx\src\data\System\Data\UniqueConstraint.cs (5)
78this.bPrimaryKey = isPrimaryKey; 88this.bPrimaryKey = isPrimaryKey; 98this.bPrimaryKey = isPrimaryKey; 107this.bPrimaryKey = isPrimaryKey; 118this.bPrimaryKey = isPrimaryKey;
3 references to bPrimaryKey
System.Data (3)
fx\src\data\System\Data\ConstraintCollection.cs (3)
112if (((UniqueConstraint)constraint).bPrimaryKey) { 140if (((UniqueConstraint)constraint).bPrimaryKey) { 689if (constr.bPrimaryKey) {