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

MSSqlLocalDBApi.UnshareInstance(String) Method

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

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v18.2.dll

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