Skip to main content
A newer version of this page is available. .

MSSqlLocalDBApi.DeleteInstance(String) Method

Deletes the specified LocalDB instance.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v20.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public void DeleteInstance(
    string instanceName
)

Parameters

Name Type Description
instanceName String

A string name of the LocalDB instance to be deleted.

See Also