StaticTerm

A filter term that must always be applied while retriving data.

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

Constructors

StaticTerm

Default constructor

Signature:
public Void StaticTerm()

Properties

Column

Column name.

Signature:
public String Column { get; set; }

Value

First value.

Signature:
public String Value { get; set; }

In this document