FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..updateProperties Method

global function to update properties

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

Syntax


public static bool updateProperties(
	string connectString,
	string id,
	string idName,
	string tableName,
	Hashtable oProps,
	ref string sError
)
Public Shared Function updateProperties ( _
	connectString As String, _
	id As String, _
	idName As String, _
	tableName As String, _
	oProps As Hashtable, _
	ByRef sError As String _
) As Boolean
public:
static bool^ updateProperties(
	String^ connectString, 
	String^ id, 
	String^ idName, 
	String^ tableName, 
	Hashtable^ oProps, 
	String^% sError
)

Parameters

connectString
Type: String
database connection string
id
Type: String
value used for the where clause
idName
Type: String
name of the field used for the where clause
tableName
Type: String
name of the table
oProps
Type: Hashtable
collection of properties and values to update
sError
Type: String%
returns any error messages from the call

Return Value

true if XXXX, false otherwise.