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