CustomDataSetAdapter.OnGetFeature Method
Called to find the Feature with the specified id.
OnGetFeature(System.UInt64 featureId)
Called to find the Feature with the specified id.Syntax
public virtual Feature OnGetFeature (
System.UInt64 featureId
)
Parameters
The id of the feature to find.
Remarks
This method is called in the following cases:
To find features that have been selected in a View.
To find the feature when DataSet.GetFeature is called.
To find features when DataSet.GetFeatures is called with a query that contains specific feature identities.
The default implementation returns null so you must provide your own implementation if you want any of the situations listed above to work correctly.
Platforms
Windows, Linux, Android