Identifier Element in Identifiers (BDCMetadata Schema)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies an identifier of an external content type.
Namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema: BDCMetadata
Note
The Business Data Connectivity (BDC) service enables the mapping of identifiers to fields with nullable data types. However, for primary identifiers, BDC causes an error when the value of these identifiers are null.
<Identifier TypeName = "String" Name = "String" DefaultDisplayName = "String" IsCached = "Boolean"> </Identifier>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
**TypeName** |
Required. The data type of the value that corresponds to the identifier. The following table lists the possible values for this attribute.
|
||||||||||||||||||||||||||||||||||||
**Name** |
Required. The name of the identifier. Attribute type: **String** |
||||||||||||||||||||||||||||||||||||
**DefaultDisplayName** |
Optional. The default display name of the identifier. Attribute type: **String** |
||||||||||||||||||||||||||||||||||||
**IsCached** |
Optional. Specifies whether this identifier is used frequently. If set to **true**, Business Data Connectivity (BDC) service caches the identifier in memory. Default value: **true** Attribute type: **Boolean** |
Child elements
Element | Description |
---|---|
LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema) | The localized display names of the identifier. |
Properties Element in MetadataObject (BDCMetadata Schema) | The properties of the identifier. |
Parent elements
Element | Description |
---|---|
Identifiers Element in Entity (BDCMetadata Schema) | A list of identifiers of an external content type. |