The IdentityInfo type exposes the following members.

Constructors

  NameDescription
Public methodIdentityInfo
Creates a new cached identity information structure

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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