Gets the set of names of all properties in this dictionary as a read-only set.
public IEnumerable<string> PropertyNames { get; }
The property names.
DbPropertyValues ClassSystem.Data.Entity.Infrastructure Namespace