SqlCeCommand Methods

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Cancel Overridden. Attempts to cancel the execution of a SqlCeCommand.
Public method CreateObjRef  Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject)
Public method Supported by the .NET Compact Framework CreateParameter Creates a new instance of a SqlCeParameter object.
Public method Supported by the .NET Compact Framework Dispose  Overloaded. Releases the resources used by the Component. (inherited from Component)
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method Supported by the .NET Compact Framework ExecuteNonQuery Overridden. Executes an SQL statement against the SqlCeConnection and returns the number of rows affected.
Public method Supported by the .NET Compact Framework ExecuteReader Overloaded. Sends the CommandText to the Connection and builds a SqlCeDataReader.
Public method Supported by the .NET Compact Framework ExecuteResultSet Overloaded. Sends the CommandText to the Connection and builds a SqlCeResultSet.
Public method Supported by the .NET Compact Framework ExecuteScalar Overridden. 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.
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetLifetimeService  Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method InitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Supported by the .NET Compact Framework Prepare Overridden. Creates a prepared (or compiled) version of the command on the data source.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework SetRange Restricts the set of rows that will be read by the SqlCeDataReader.
Public method Supported by the .NET Compact Framework ToString  Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework CreateDbParameter  Creates a new instance of a DbParameter object. (inherited from DbCommand)
Protected method Supported by the .NET Compact Framework Dispose  Overloaded. Releases the resources used by the Component. (inherited from Component)
Protected method Supported by the .NET Compact Framework ExecuteDbDataReader  Executes the command text against the connection. (inherited from DbCommand)
Protected method Supported by the .NET Compact Framework Finalize  Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component)
Protected method GetService  Returns an object that represents a service provided by the Component or by its Container. (inherited from Component)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Overloaded. (inherited from MarshalByRefObject)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method Supported by the .NET Compact Framework System.Data.IDbCommand.CreateParameter  
Explicit interface implementation Supported by the .NET Compact Framework System.Data.IDbCommand.ExecuteReader Overloaded.  
Explicit interface implementation Method Supported by the .NET Compact Framework System.ICloneable.Clone For a description of this member, see ICloneable.Clone.

Top

See Also

Reference

SqlCeCommand Class
System.Data.SqlServerCe Namespace
SqlCeDataAdapter
SqlCeConnection