Click or drag to resize

MapperFiltersRowKey Property

Gets the RowKey from the collection where the collection has at least one filter marked PK that IsActive and has a non-null/empty FieldValue.

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

Property Value

Type: String
The FieldValue of the first active PK filter encountered, else null.
See Also