SqlCeCommand Members
Public Constructors
SqlCeCommand Constructor
Supported only by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlCeCommand class. |
Public Properties
CommandText
Supported only by the .NET Compact Framework. |
Gets or sets an SQL statement to execute at the data source. |
CommandTimeout
Supported only by the .NET Compact Framework. |
Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
CommandType
Supported only by the .NET Compact Framework. |
Gets or sets a value indicating how the CommandText property is interpreted. |
Connection
Supported only by the .NET Compact Framework. |
Gets or sets the SqlCeConnection used by this instance of the SqlCeCommand. |
IndexName
Supported only by the .NET Compact Framework. |
Specifies the index to be opened. |
Parameters
Supported only by the .NET Compact Framework. |
Gets the SqlCeParameterCollection. |
Transaction
Supported only by the .NET Compact Framework. |
Gets or sets the transaction in which the SqlCeCommand executes. |
UpdatedRowSource
Supported only by the .NET Compact Framework. |
Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter. This property should not be used with the .NET Compact Framework data provider for SQL Server CE. |
Public Methods
Cancel
Supported only by the .NET Compact Framework. |
Attempts to cancel the execution of a SqlCeCommand. |
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. |
CreateParameter
Supported only by the .NET Compact Framework. |
Creates a new instance of a SqlCeParameter object. |
Dispose
Supported only by the .NET Compact Framework. |
Releases the unmanaged resources used by the SqlCeCommand. |
Equals (inherited from Object)
Supported only by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
ExecuteNonQuery
Supported only by the .NET Compact Framework. |
Executes an SQL statement against the SqlCeConnection and returns the number of rows affected. |
ExecuteReader
Supported only by the .NET Compact Framework. |
Overloaded. Sends the CommandText to the Connection and builds a SqlCeDataReader. |
ExecuteScalar
Supported only by the .NET Compact Framework. |
Executes the query and returns the first column of the first row in the result set that is returned by the query. Extra columns or rows are ignored. |
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. |
Prepare
Supported only by the .NET Compact Framework. |
Creates a prepared (or compiled) version of the command on the data source. |
SetRange
Supported only by the .NET Compact Framework. |
Restricts the set of rows that will be read by the SqlCeDataReader. |
ToString (inherited from Object)
Supported only by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Protected Methods
Finalize
Supported only by the .NET Compact Framework. |
Overridden.
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
SqlCeCommand Class | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.