7 references to Key
System.Data.Entity (7)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (5)
85
flags |= PropagatorFlags.
Key
;
342
return PropagatorFlags.
Key
== (Flags & PropagatorFlags.
Key
);
375
(member.DeclaringType.BuiltInTypeKind == BuiltInTypeKind.EntityType && (flags & PropagatorFlags.
Key
) == PropagatorFlags.
Key
),
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (2)
386
(HasFlag(expectedValue, PropagatorFlags.ConcurrencyValue | PropagatorFlags.
Key
) ||
387
HasFlag(newValue, PropagatorFlags.ConcurrencyValue | PropagatorFlags.
Key
))) // tagged as concurrency value