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 |
---|---|---|
System.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. |
System.Collections.Generic.IEnumerable<Field> | fields | The data source's field definitions. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |