The IdentityInfo type exposes the following members.

Properties

  NameDescription
Public propertyBaseUri
The base string for generated identity URIs
Public propertyEnforceClassUniqueConstraint
Return a flag indicating if type-based unique constraints should be enforced
Public propertyIdentityProperty
The property that provides access to the generated key
Public propertyKeyConverter
Get the converter that is responsible for converting the key property values of an entity into a single composite key string
Public propertyKeyProperties
The properties to use to generate a key.
Public propertyKeySeparator
The separator to insert between values when multiple properties are used to generate the key

See Also