Skip to main content
.NET 6.0+

PostgreSqlConnectionProvider.ClearDatabase(IDbCommand) Method

This method supports the internal infrastructure and is not intended to be called directly from your code.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public void ClearDatabase(
    IDbCommand command
)

Parameters

Name Type
command IDbCommand
See Also