The IdentityInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IdentityInfo |
Creates a new cached identity information structure
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BaseUri |
The base string for generated identity URIs
| |
| EnforceClassUniqueConstraint |
Return a flag indicating if type-based unique constraints should be enforced
| |
| IdentityProperty |
The property that provides access to the generated key
| |
| KeyConverter |
Get the converter that is responsible for converting the key property
values of an entity into a single composite key string
| |
| KeyProperties |
The properties to use to generate a key.
| |
| KeySeparator |
The separator to insert between values when multiple properties
are used to generate the key
|