 | 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
Syntaxbool DeleteView(
string viewName
)
Function DeleteView (
viewName As String
) As Boolean
Parameters
- viewName
- Type: SystemString
Commence view name.
Return Value
Type:
Booleantrue on success, inspect
GetLastError on failure.
See Also