Predicate

Abstract base class for classes that implement predicates

Namespace:
Inetdev.Data.Query
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes
Inherits from:
System.Object

Constructors

Predicate

Default constructor

Signature:
public Void Predicate()

Predicate

Initializes a new instance of Predicate.

Signature:
public Void Predicate(relation, useParenthesis)
Parameters
Name Type Summary
relation RelationalOperator The relation between predicates
useParenthesis Boolean Indicates if the predicate must be enclosed in parenthesis

Properties

Relation

Relation between predicates.

Signature:
public RelationalOperator Relation { get; set; }

UseParenthesis

Indicates whether the predicate must be enclosed in parenthesis

Signature:
public Boolean UseParenthesis { get; set; }