Click or drag to resize

MapperFiltersGetLikelyParentKeyValue Method

Inspects the filters collection for filters marked Parent and extracts the row key value (FieldValue) associated with each such filter. Some Parent filters may not have non-null/empty 'values' associated with them. If multiple Parent filters with non-null/empty values are found, then, arbitrarily, one of the values will be returned, but the fact is devlogged.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetLikelyParentKeyValue()

Return Value

Type: String
The Parent filter FieldValue if there is at least one Parent filter having a non-empty/null FieldValue, else null/empty.
See Also