Skip to main content

MSSqlLocalDBApi.UnshareInstance(String) Method

Stops the sharing of the specified SQL Server Express LocalDB instance.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public void UnshareInstance(
    string instanceSharedName
)

Parameters

Name Type Description
instanceSharedName String

A string that is the shared name of the LocalDB instance that will no longer be shared.

Remarks

Calls the LocalDBUnshareInstance Function function internally.

See Also