Skip to main content

MsSqlCEConnectionParameters Class

Contains parameters used to establish a connection to a Microsoft SQL Server Compact Edition database file.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public class MsSqlCEConnectionParameters :
    FileConnectionParametersBase

Remarks

The MsSqlCEConnectionParameters class exposes the FileConnectionParametersBase.FileName and FileConnectionParametersBase.Password properties that specify the path to the database file and the password used to access this file.

To learn more about the use of classes that provide data connection parameters, see DataConnectionParametersBase.

See Also