Show / Hide Table of Contents

Constructor DynamicEntityDataSourceInfo

DynamicEntityDataSourceInfo(string, IEnumerable<Field>)

Initializes a new instance of the DynamicEntityDataSourceInfo class.

Declaration
public DynamicEntityDataSourceInfo(string entityIdFieldName, IEnumerable<Field> fields)
Parameters
Type Name Description
string entityIdFieldName

The name of the field 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. The following field types are supported for the entity id field: Int16, Int32, Int64, Float32, Float64, Guid, OID, GlobalID, and Text.

IEnumerable<Field> fields

The data source's field definitions.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 300.0
.NET Windows200.3 - 300.0
.NET Android200.3 - 300.0
.NET iOS200.3 - 300.0
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.