SqlCeConnection Members

SqlCeConnection overview

Public Constructors

public constructorSqlCeConnection Constructor

Supported only by the .NET Compact Framework.

Overloaded. Initializes a new instance of the SqlCeConnection class.

Public Properties

public propertyConnectionString

Supported only by the .NET Compact Framework.

Gets or sets the string used to open a database.
public propertyConnectionTimeout

Supported only by the .NET Compact Framework.

Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
public propertyDatabase

Supported only by the .NET Compact Framework.

Gets the name of the current database or the database to be used when a connection is open.
public propertyDataSource

Supported only by the .NET Compact Framework.

Gets the file name of the data source. In SQL Server CE, databases are always stored in separate files.
public propertyState

Supported only by the .NET Compact Framework.

Gets the current state of the connection.

Public Methods

public methodBeginTransaction

Supported only by the .NET Compact Framework.

Overloaded. Begins a database transaction.
public methodChangeDatabase

Supported only by the .NET Compact Framework.

Changes the current database for an open SqlCeConnection.
public methodClose

Supported only by the .NET Compact Framework.

Closes the connection to the data source. This is the preferred method of closing any open connection.
public methodCreateCommand

Supported only by the .NET Compact Framework.

Creates and returns a SqlCeCommand object associated with the SqlCeConnection.
public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose

Supported only by the .NET Compact Framework.

Releases all the unmanaged resources used by the SqlCeConnection and optionally releases the managed resources.
public methodEquals (inherited from Object)

Supported only by the .NET Compact Framework.

Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object)

Supported only by the .NET Compact Framework.

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object)

Supported only by the .NET Compact Framework.

Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodOpen

Supported only by the .NET Compact Framework.

Opens a database connection with the property settings specified by the ConnectionString.
public methodToString (inherited from Object)

Supported only by the .NET Compact Framework.

Returns a String that represents the current Object.

Public Events

public eventInfoMessage Occurs when the .NET Compact Framework data provider for SQL Server sends a warning or an informational message.
public eventStateChange Occurs when the state of the connection changes.

Protected Methods

protected methodFinalize

Supported only by the .NET Compact Framework.

Overridden. Releases the unmanaged resources used by the SqlCeConnection. This method cannot be called by client applications.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object)

Supported only by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

SqlCeConnection Class | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.