3 references to FindNamesOfReferentialConstraintProperties
System.Data.Entity (3)
System\Data\Objects\DataClasses\RelationshipManager.cs (2)
1238
this.
FindNamesOfReferentialConstraintProperties
(out propertiesToRetrieve, out propertiesToPropagateExist, skipFK: false);
1368
this.
FindNamesOfReferentialConstraintProperties
(out propertiesToRetrieve, out propertiesToPropagateExist, skipFK: false);
System\Data\Objects\EntityEntry.cs (1)
2681
bool skippedFKs = relationshipManager.
FindNamesOfReferentialConstraintProperties
(out propertiesToRetrieve, out propertiesToCheckExist, skipFK: true);