Click or drag to resize
weroSoft AG, Software
IQueryMapper Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the functionality to translate or map queries from software layer to software layer.

Namespace:  WeroSoft.Querying
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IQueryMapper

The IQueryMapper type exposes the following members.

Methods
  NameDescription
Public methodConvertValue
Convert the type of a value used for filtering.
Public methodGetMappingTarget
Get a mapping target info based on source type and property path.
Top
See Also