Click or drag to resize

ReportClientDeleteColumn Method

Delete the column 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 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