FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableExtensions..::..updateData Method

Updates the data.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.