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 |
|---|---|
| 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.
The following field types are supported for the entity id field: Int16, Int32, Int64, Float32, Float64, Guid, OID, GlobalID, and Text.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 300.0 |
| .NET Windows | 200.3 - 300.0 |
| .NET Android | 200.3 - 300.0 |
| .NET iOS | 200.3 - 300.0 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |