Click or drag to resize

SavedFilterKeys Property

The list of keys for a static filter. If the filter is not marked Static then an empty set will be returned. Note that accessing the Keys collection on a static filter will cause the collection to be loaded from the xot_saved_filter_keys table. For improved performance, if the Keys collection is being accessed solely to get the count, use KeyCount which will not cause the collection to be loaded.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public StringSet Keys { get; }

Property Value

Type: StringSet
See Also