Click or drag to resize

imbDataExecutorexecuteComplexLogic Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.process
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static Object executeComplexLogic(
	dataLogic logic,
	Object operandA,
	Object operandB
)
Request Example View Source

Parameters

logic
Type: imbSCI.Core.processdataLogic
operandA
Type: SystemObject
operandB
Type: SystemObject

Return Value

Type: Object
See Also