MapperFilterFieldKey Property |
Gets or sets the IField.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 FieldKey { get; set; }
Public Property FieldKey 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