C# Class Adf.Core.Query.OperatorType

Inheritance: Descriptor
Datei anzeigen Open project: NLADP/ADF Class Usage Examples

Public Properties

Property Type Description
In OperatorType
IsEqual OperatorType
IsLarger OperatorType
IsLargerOrEqual OperatorType
IsNotEqual OperatorType
IsNotEqualOrIsNull OperatorType
IsNotNull OperatorType
IsNull OperatorType
IsSmaller OperatorType
IsSmallerOrEqual OperatorType
Like OperatorType
LikeLeft OperatorType
LikeRight OperatorType
NotIn OperatorType

Public Methods

Method Description
OperatorType ( string name, string value ) : System

Method Details

OperatorType() public method

public OperatorType ( string name, string value ) : System
name string
value string
return System

Property Details

In public_oe static_oe property

public static OperatorType,Adf.Core.Query In
return OperatorType

IsEqual public_oe static_oe property

public static OperatorType,Adf.Core.Query IsEqual
return OperatorType

IsLarger public_oe static_oe property

public static OperatorType,Adf.Core.Query IsLarger
return OperatorType

IsLargerOrEqual public_oe static_oe property

public static OperatorType,Adf.Core.Query IsLargerOrEqual
return OperatorType

IsNotEqual public_oe static_oe property

public static OperatorType,Adf.Core.Query IsNotEqual
return OperatorType

IsNotEqualOrIsNull public_oe static_oe property

public static OperatorType,Adf.Core.Query IsNotEqualOrIsNull
return OperatorType

IsNotNull public_oe static_oe property

public static OperatorType,Adf.Core.Query IsNotNull
return OperatorType

IsNull public_oe static_oe property

public static OperatorType,Adf.Core.Query IsNull
return OperatorType

IsSmaller public_oe static_oe property

public static OperatorType,Adf.Core.Query IsSmaller
return OperatorType

IsSmallerOrEqual public_oe static_oe property

public static OperatorType,Adf.Core.Query IsSmallerOrEqual
return OperatorType

Like public_oe static_oe property

public static OperatorType,Adf.Core.Query Like
return OperatorType

LikeLeft public_oe static_oe property

public static OperatorType,Adf.Core.Query LikeLeft
return OperatorType

LikeRight public_oe static_oe property

public static OperatorType,Adf.Core.Query LikeRight
return OperatorType

NotIn public_oe static_oe property

public static OperatorType,Adf.Core.Query NotIn
return OperatorType