SqlCeConnection Properties

Public Properties

(see also Protected Properties )

  Name Description
Public property Supported by the .NET Compact Framework ConnectionString Overridden. Gets or sets the string used to open a database.
Public property Supported by the .NET Compact Framework ConnectionTimeout Overridden. Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Public property Supported by the .NET Compact Framework Database Overridden. Gets the name of the current database or the database to be used when a connection is open.
Public property Supported by the .NET Compact Framework DataSource Overridden. Gets the file name of the data source. In SQL Server Mobile, databases are always stored in separate files.
Public property Supported by the .NET Compact Framework ServerVersion Overridden. Returns the SQL Server Mobile version number as a string.
Public property Supported by the .NET Compact Framework Site  Gets or sets the ISite of the Component. (Inherited from Component.)
Public property Supported by the .NET Compact Framework State Overridden. Gets the current state of the connection.

Top

Protected Properties

  Name Description
Protected property Supported by the .NET Compact Framework Events  Gets the list of event handlers that are attached to this Component. (Inherited from Component.)

Top

See Also

Reference

SqlCeConnection Class
System.Data.SqlServerCe Namespace
SqlCeDataAdapter
SqlCeCommand Class