Hide

YetaWF.DataProvider.PostgreSQL Package Documentation

Display
Print

YetaWF.DataProvider.PostgreSQL.SQLPackageInit.InstallModelAsync Method

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

Class: YetaWF.DataProvider.PostgreSQL.SQLPackageInit
Namespace: YetaWF.DataProvider.PostgreSQL
Assembly: YetaWF.DataProvider.PostgreSQL

Syntax

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

Parameters

errorList

A collection of error strings in user displayable format.

Return Value

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

Remarks

While a package is installed, all data models are installed by calling the InstallModelAsync method.

See Also YetaWF.DataProvider.PostgreSQL.SQLPackageInit ClassYetaWF.DataProvider.PostgreSQLYetaWF.Core