Click or drag to resize
weroSoft AG, Software
IExtendQuery Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Define the interface for an query extender.

Namespace:  WeroSoft.Querying
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IExtendQuery
Remarks
When a query will be mapped from one software layer to another, sometime it needs some additional information. The query extender allows to extend a query with any additional information.

The IExtendQuery type exposes the following members.

Methods
  NameDescription
Public methodExtendQuery
Extend the query part.
Top
See Also