SqlCeConnection Members
Public Constructors
SqlCeConnection Constructor
Supported only by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlCeConnection class. |
Public Properties
ConnectionString
Supported only by the .NET Compact Framework. |
Gets or sets the string used to open a database. |
ConnectionTimeout
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. |
Database
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. |
DataSource
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. |
State
Supported only by the .NET Compact Framework. |
Gets the current state of the connection. |
Public Methods
BeginTransaction
Supported only by the .NET Compact Framework. |
Overloaded. Begins a database transaction. |
ChangeDatabase
Supported only by the .NET Compact Framework. |
Changes the current database for an open SqlCeConnection. |
Close
Supported only by the .NET Compact Framework. |
Closes the connection to the data source. This is the preferred method of closing any open connection. |
CreateCommand
Supported only by the .NET Compact Framework. |
Creates and returns a SqlCeCommand object associated with the SqlCeConnection. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose
Supported only by the .NET Compact Framework. |
Releases all the unmanaged resources used by the SqlCeConnection and optionally releases the managed resources. |
Equals (inherited from Object)
Supported only by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (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. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object)
Supported only by the .NET Compact Framework. |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Open
Supported only by the .NET Compact Framework. |
Opens a database connection with the property settings specified by the ConnectionString. |
ToString (inherited from Object)
Supported only by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Public Events
InfoMessage | Occurs when the .NET Compact Framework data provider for SQL Server sends a warning or an informational message. |
StateChange | Occurs when the state of the connection changes. |
Protected Methods
Finalize
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. |
MemberwiseClone (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.