GeoEco.Datasets.Dataset.GetQueryableAttributesWithDataType

Dataset.GetQueryableAttributesWithDataType(typeMetadata)

Returns a list queryable attributes having the specified data type.

Parameters:

typeMetadata (TypeMetadata) – Subclass of TypeMetadata that indicates the desired data type.

Returns:

list of QueryableAttribute instances having the specified data type. This CollectibleObject and all of its parent DatasetCollections will be searched for matching instances, and all will be returned. If no matching instances are found, the list will be empty.

Return type:

list of QueryableAttribute