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 Container  Gets the IContainer that contains the Component. (inherited from Component)
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 Compact Edition, databases are always stored in separate files.
Public property Supported by the .NET Compact Framework ServerVersion Overridden. Returns the SQL Server Compact Edition 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 CanRaiseEvents  Gets a value indicating whether the component can raise an event. (inherited from Component)
Protected property DesignMode  Gets a value that indicates whether the Component is currently in design mode. (inherited from Component)
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