clsModGlobal..::..updateDefinitionXML Method
updates the xml for the definition object
Namespace:
FlowWright.cDevDeAPIAssembly: 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 )
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