Show / Hide Table of Contents

Property EntityIdFieldName

EntityIdFieldName

Gets the name of the field from the Fields collection containing values that uniquely identify each entity. For example, the track id field with a unique identifier for each track from track-aware data, or the object id field for discrete data.

Declaration
public string EntityIdFieldName { get; }
Property Value
Type Description
System.String

The name of the field from the Fields collection containing values that uniquely identify each entity. For example, the track id field with a unique identifier for each track from track-aware data, or the object id field for discrete data.

Remarks

The field name should reference a field in the Fields collection. The values in this field help the underlying data source to associate observations with their related dynamic entities.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.