FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..updateDefinitionXML Method

updates the xml for the definition object

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

Syntax


public static bool updateDefinitionXML(
	clsDataAccess oDA,
	string sXML,
	string updateFieldName,
	string updatedBy,
	string keyFieldName,
	string keyFieldValue,
	string tableName,
	ref string lastError
)
Public Shared Function updateDefinitionXML ( _
	oDA As clsDataAccess, _
	sXML As String, _
	updateFieldName As String, _
	updatedBy As String, _
	keyFieldName As String, _
	keyFieldValue As String, _
	tableName As String, _
	ByRef lastError As String _
) As Boolean
public:
static bool^ updateDefinitionXML(
	clsDataAccess^ oDA, 
	String^ sXML, 
	String^ updateFieldName, 
	String^ updatedBy, 
	String^ keyFieldName, 
	String^ keyFieldValue, 
	String^ tableName, 
	String^% lastError
)

Parameters

oDA
Type: clsDataAccess
data access object
sXML
Type: String
xml definnition to update
updateFieldName
Type: String
name of the field to udpate
updatedBy
Type: String
updated by user
keyFieldName
Type: String
name of the key field
keyFieldValue
Type: String
value of the key field
tableName
Type: String
name of the table
lastError
Type: String%
stores the error message generated from the call

Return Value

true if XXXX, false otherwise.