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; }
Public ReadOnly Property RowKey As String
Get
Property Value
Type:
StringThe
FieldValue of the first active
PK filter encountered, else null.
See Also