Deleting Views

The syntax of Configure Runtime command-line utility for removing an existing view is:

ConfigureRuntime.exe /DELVIEW <ViewName> [/?]

If you pass valid parameters to delete a view, a message appears as, "Successfully deleted the view".

Argument

Description

/DELVIEW <ViewName>

Specifies removing a unique view name.

Notes:

  • This argument is mandatory and case-sensitive.

  • If no value is passed with this argument, the error message "Provide a valid view name" appears.

  • If an invalid view name is passed, an error message appears that the view is not available.

For example, an error message appears if you pass an invalid view name.

ConfigureRuntime.exe /DELVIEW NSample

/DELVIEW /?

Displays command line syntax for deleting a view, parameters, and options of the utility. If specified, a usage message is displayed and the utility exits without starting the configuring process.