dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

CSVLayerCapabilitiesQueryRelated 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 CSVLayerCapabilitiesQueryRelated :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesQueryRelated>

Inheritance System.Object 🡒 CSVLayerCapabilitiesQueryRelated

Implements System.IEquatable<CSVLayerCapabilitiesQueryRelated>

Constructors

CSVLayerCapabilitiesQueryRelated(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 CSVLayerCapabilitiesQueryRelated(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

CSVLayerCapabilitiesQueryRelated.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>

CSVLayerCapabilitiesQueryRelated.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>

CSVLayerCapabilitiesQueryRelated.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; }

Property Value

System.Nullable<System.Boolean>