Required to concatenate multiple conditions together

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public void Condition(
	eLogic logic
)
Visual Basic
Public Sub Condition ( _
	logic As eLogic _
)
Visual C++
public:
void Condition(
	eLogic logic
)

Parameters

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

Return Value

void

See Also