OperationInput AddForBulk Method

This method will add another DataEntity input and Expression lookup condition for bulk operation support.

Namespace:  Scribe.Core.ConnectorApi.Actions

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   DataEntity   AddForBulk(
	out   int   dataEntityIndex,
	out   Expression   lookupCondition
)

Parameters

dataEntityIndex

Type: System Int32

lookupCondition

Type: Scribe.Core.ConnectorApi Expression

Return Value

Type: DataEntity

This returns the index of the newly added input and lookup condition.

See

OperationInput Class

Scribe.Core.ConnectorApi.Actions Namespace