Click or drag to resize

ReportClientIsColumnExist Method

Checks whether the column exist or not in the view identified by the tableURI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsColumnExist(
	string tableURI,
	string columnName,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
columnName
Type: SystemString
The name of the column.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: Boolean
True, If column exist. False, otherwise
See Also