Class DynamicEntityQueryResult
The result of a query performed on a Dynamic
Inheritance
System.Object
DynamicEntityQueryResult
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DynamicEntityQueryResult : IEnumerable<DynamicEntity>, IEnumerable
Remarks
A query performed on a Dynamic
Due to the real-time nature of dynamic entities in the result, individual entities may receive new observations,
have existing observations purged, or be entirely purged before the application can use them. Use
Get
Methods
Name | Description |
---|---|
Get |
Returns an enumerator that iterates through a collection of Dynamic |
Name | Description |
---|---|
IEnumerable. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |