MSSqlLocalDBApi.UnshareInstance(String) Method
Stops the sharing of the specified SQL Server Express LocalDB instance.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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