Hide

YetaWF.DataProvider.PostgreSQL Package Documentation

Display
Print

YetaWF.DataProvider.PostgreSQL.SQLModuleObject<KEY,OBJTYPE>.UninstallModelAsync Method

Uninstalls all data models (files, tables, etc.) for the data provider.

Class: YetaWF.DataProvider.PostgreSQL.SQLModuleObject<KEY,OBJTYPE>
Namespace: YetaWF.DataProvider.PostgreSQL
Assembly: YetaWF.DataProvider.PostgreSQL

Syntax

public Task<bool> UninstallModelAsync( List<string> errorList );

Parameters

errorList

A collection of error strings in user displayable format.

Return Value

true if the models were removed successfully, false otherwise. If the models could not be removed, errorList contains the reason for the failure.

Remarks

While a package is uninstalled, all data models are uninstalled by calling the UninstallModelAsync method.

See Also YetaWF.DataProvider.PostgreSQL.SQLModuleObject<KEY,OBJTYPE> ClassYetaWF.DataProvider.PostgreSQLYetaWF.Core