Required to concatenate multiple conditions together

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public CCondition(
	eLogic logic
)
Visual Basic
Public Sub New ( _
	logic As eLogic _
)
Visual C++
public:
CCondition(
	eLogic logic
)

Parameters

logic
Type: Wiker.WIDatabase..::..eLogic
How to join conditions together

Return Value

CCondition

See Also