FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableExtensions..::..removeData Method

Removes the data.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeData(
	tableExItemTypes oItemType,
	string itemID
)
Public Function removeData ( _
	oItemType As tableExItemTypes, _
	itemID As String _
) As Boolean
public:
bool^ removeData(
	tableExItemTypes^ oItemType, 
	String^ itemID
)

Parameters

oItemType
Type: FlowWright.cDevDeAPI..::..tableExItemTypes
Type of the o item.
itemID
Type: String
The item identifier.

Return Value

true if XXXX, false otherwise.