Hide

YetaWF.DataProvider.SQLDyn Package Documentation

Display
Print

YetaWF.DataProvider.SQL.SQLSimpleObjectBase<KEYTYPE,KEYTYPE2,OBJTYPE>.UninstallModelAsync Method

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

Class: YetaWF.DataProvider.SQL.SQLSimpleObjectBase<KEYTYPE,KEYTYPE2,OBJTYPE>
Namespace: YetaWF.DataProvider.SQL
Assembly: YetaWF.DataProvider.SQLDyn

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.SQL.SQLSimpleObjectBase<KEYTYPE,KEYTYPE2,OBJTYPE> ClassYetaWF.DataProvider.SQLDynYetaWF.Core