MapperFilterFieldValue Property |
The
Value value from which the filter was built.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string FieldValue { get; set; }
Public Property FieldValue As String
Get
Set
Property Value
Type:
StringThe filter's FieldValue.
Remarks
This only applies to filters that are specific to a particular
field such as one field's portion of a Filter-by-form filter.
See Also