clsModGlobal..::..updateProperties Method
global function to update properties
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool updateProperties( string connectString, string id, string idName, string tableName, Hashtable oProps, ref 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