ComplexEntityKeyMetadata ComplexType
Contains the metadata for a complex entity key.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
DisplayName | Label |
A label containing the display name for the key. |
EntityKeyIndexStatus | EntityKeyIndexStatus |
The entity key index status. |
EntityLogicalName | Edm.String |
The entity logical name. |
HasChanged | Edm.Boolean |
Indicates whether the item of metadata has changed. |
IntroducedVersion | Edm.String |
A string identifying the solution version that the solution component was added in. |
IsCustomizable | BooleanManagedProperty |
Whether the entity key metadata is customizable. |
IsExportKey | Edm.Boolean | |
IsManaged | Edm.Boolean |
Whether entity key metadata is managed or not. |
IsSecondaryKey | Edm.Boolean | |
IsSynchronous | Edm.Boolean | |
KeyAttributes | Collection( Edm.String ) |
The key attributes. |
LogicalName | Edm.String |
The entity logical name. |
MetadataId | Edm.Guid |
A unique identifier for the metadata item. |
SchemaName | Edm.String |
The schema name. |
Used by
The following use the ComplexEntityKeyMetadata ComplexType.
Name | How used |
---|---|
ComplexEntityMetadata | Keys Property |