CustomDataSetContext.Id Property
Gets a unique identifier for the associated CustomDataSetProxy.
Syntax
public System.UInt64 Id { get; }
Property Value
A unique identifier for associated dataset proxy.
Remarks
A custom dataset implementation can use the value of this property to construct the final feature id so that features have correct ids from the beginning (otherwise the dataset part of the feature id is set the first time a feature is read from the dataset).
Platforms
Windows, Linux, Android