Click or drag to resize

ReportClientUpdateData Method

Update the data in the specified table identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public long UpdateData(
	string tableURI,
	Dictionary<string, string> columnValues,
	string criteria,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
columnValues
Type: System.Collections.GenericDictionaryString, String
The column values.
criteria
Type: SystemString
The criteria.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: Int64
Deleted rows count.
Exceptions
ExceptionCondition
ExceptionYou need to specify the column and values to update.
See Also