IFilter is the interface for various types of composable
record filter operators.

C# | Visual Basic | Visual C++ |
public interface IFilter : IQueryNode
Public Interface IFilter _ Implements IQueryNode
public interface class IFilter : IQueryNode

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | ToString()() |
Returns the String form of this query node.
(Inherited from IQueryNode.) |
![]() | ToWire()() |
Returns the wire form of this query node.
(Inherited from IQueryNode.) |
![]() | ValidateSyntax()() |
Validates the syntax of this query node.
(Inherited from IQueryNode.) |