MapperFiltersGetLikelyPKValue Method |
Inspects the filters collection for filters marked
PK and extracts the row key value
(
FieldValue) associated with each such filter.
Some PK filters may not have non-null/empty 'values' associated with them.
If multiple PK 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 GetLikelyPKValue()
Public Function GetLikelyPKValue As String
Return Value
Type:
String
The PK filter
FieldValue if there is at least one PK filter
having a non-empty/null
FieldValue, else null/empty.
See Also