Skip to main content

MSSqlLocalDBApi.StartInstance(String, out String) Method

Starts 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 StartInstance(
    string instanceName,
    out string connectionString
)

Parameters

Name Type Description
instanceName String

A string that is the name of the LocalDB instance to be started.

connectionString String

A string that is the connection string to the LocalDB instance.

Remarks

Calls the LocalDBStartInstance function internally.

See Also