BooleanQueryField
Table of Contents
The BooleanQueryField is a QueryField that returns a Boolean Expression.
Application
The BooleanQueryField is used when ...
Code example
In the code example below, ... (operation / form ...)
Private PropertyType PropertyName
{
get
{
return Something(...);
}
}
Explanation of the code
...