ReportClientRenameColumn Method |
Rename 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)
Syntaxpublic void RenameColumn(
string tableURI,
string OldColumnName,
string NewColumnName,
bool SkipSystemTableCheck,
Dictionary<string, string> config
)
Parameters
- tableURI
- Type:??SystemString
The table URI. - OldColumnName
- Type:??SystemString
Old name of the column. - NewColumnName
- Type:??SystemString
New name of the column. - 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