ReportClientDeleteColumn Method |
Delete the column in the specified table identified by the URI.
Namespace: ZReportsAssembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax 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