MSSqlLocalDBApi.StartInstance(String, out String) Method
Starts the specified SQL Server Express LocalDB instance.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v21.1.dll
NuGet Package: DevExpress.Xpo
Declaration
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