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

MSSqlLocalDBApi(String) Constructor

Initializes a new instance of the MSSqlLocalDBApi class with the specified LocalDBInstance.dll file location.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public MSSqlLocalDBApi(
    string fileName
)

Parameters

Name Type Description
fileName String

A string path to the LocalDBInstance.dll file to load.

Remarks

Thows an exception if the specified DLL cannot be loaded.

See Also