Skip to main content

MsSqlCEConnectionParameters(String, String) Constructor

Initializes a new instance of the MsSqlCEConnectionParameters class.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public MsSqlCEConnectionParameters(
    string fileName,
    string password
)

Parameters

Name Type Description
fileName String

A String that specifies the path to the Microsoft SQL Server Compact Edition database file. This value is assigned to the FileConnectionParametersBase.FileName property.

password String

A String that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.

See Also