Click or drag to resize
ReportClientDeleteColumn Method
Delete the column in the specified table identified by the URI.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DeleteColumn(
	string tableURI,
	string ColumnName,
	bool DeleteDependentView,
	bool SkipSystemTableCheck,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
ColumnName
Type: SystemString
Name of the column.
DeleteDependentView
Type: SystemBoolean
if set to true [delete dependent view].
SkipSystemTableCheck
Type: SystemBoolean
if set to true [skip system table check].
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also