Skip to main content

MsSqlCEConnectionParameters Constructors

Contains parameters used to establish a connection to a Microsoft SQL Server Compact Edition database file.
Name Parameters Description
MsSqlCEConnectionParameters() none Initializes a new instance of the MsSqlCEConnectionParameters class with the default settings.
MsSqlCEConnectionParameters(String, String) fileName, password Initializes a new instance of the MsSqlCEConnectionParameters class.
See Also