dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SublayerCapabilitiesQueryRelated Class
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public class SublayerCapabilitiesQueryRelated :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SublayerCapabilitiesQueryRelated>
Inheritance System.Object 🡒 SublayerCapabilitiesQueryRelated
Implements System.IEquatable<SublayerCapabilitiesQueryRelated>
Constructors
SublayerCapabilitiesQueryRelated(Nullable, Nullable, Nullable) Constructor
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public SublayerCapabilitiesQueryRelated(System.Nullable<bool> SupportsCount=null, System.Nullable<bool> SupportsOrderBy=null, System.Nullable<bool> SupportsPagination=null);
Parameters
SupportsCount
System.Nullable<System.Boolean>
Indicates if the layer’s query response includes the number of features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
SupportsOrderBy
System.Nullable<System.Boolean>
Indicates if the related features or records returned in the query response can be ordered by one or more fields.
ArcGIS Maps SDK for JavaScript
SupportsPagination
System.Nullable<System.Boolean>
Indicates if the query response supports pagination for related features or records.
ArcGIS Maps SDK for JavaScript
Properties
SublayerCapabilitiesQueryRelated.SupportsCount Property
Indicates if the layer’s query response includes the number of features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsCount { get; set; }
Property Value
System.Nullable<System.Boolean>
SublayerCapabilitiesQueryRelated.SupportsOrderBy Property
Indicates if the related features or records returned in the query response can be ordered by one or more fields.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsOrderBy { get; set; }
Property Value
System.Nullable<System.Boolean>
SublayerCapabilitiesQueryRelated.SupportsPagination Property
Indicates if the query response supports pagination for related features or records.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsPagination { get; set; }