Click or drag to resize

ICommenceDatabaseDeleteView Method

Deletes the specified view. Use with caution! This action cannot be undone.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool DeleteView(
	string viewName
)

Parameters

viewName
Type: SystemString
Commence view name.

Return Value

Type: Boolean
true on success, inspect GetLastError on failure.
See Also