ORM Sample Class Library

MatchType Enumeration

The operator to use to compare a column to a piece of data.

[Visual Basic]
Public Enum MatchType
[C#]
public enum MatchType

Members

Member NameDescription
Exact '='
Not '<>'
Partial '%' + data + '%'
StartsWith data + '%'
EndsWith '%' + data
Greater '>'
Lesser '<'
IsNull is null
IsNotNull is not null
In in ( (string|int)data[] )
GreaterOrEqual '>='
LesserOrEqual '<='
Like like
NotIn not in ( (string|int)data[] )
NotLike not like

Requirements

Namespace: OrmLib

Assembly: OrmLib (in OrmLib.dll)

See Also

OrmLib Namespace


| Job


sibilityAttribute.