MapperFiltersGetLongDesc Method |
Construct a detailed description for the entire collection of filters.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetLongDesc(
GetFilterFlags flags
)
Public Function GetLongDesc (
flags As GetFilterFlags
) As String
Parameters
- flags
- Type: NetQuarry.DataGetFilterFlags
Flags specifying how the description should be constructed.
Return Value
Type:
StringThe detailed description of the entire filter.
See Also