SqlCeCommand Members

Represents an SQL statement to execute against a data source.

The following tables list the members exposed by the SqlCeCommand type.

Public Constructors

  Name Description
Public method Supported by the .NET Compact Framework SqlCeCommand Overloaded. Initializes a new instance of the SqlCeCommand class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Supported by the .NET Compact Framework CommandText Overridden. Gets or sets an SQL statement to execute at the data source.
Public property Supported by the .NET Compact Framework CommandTimeout Overridden. Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Public property Supported by the .NET Compact Framework CommandType Overridden. Gets or sets a value indicating how the CommandText property is interpreted.
Public property Supported by the .NET Compact Framework Connection Gets or sets the SqlCeConnection used by this instance of the SqlCeCommand.
Public property Container  Gets the IContainer that contains the Component.(inherited from Component)
Public property Supported by the .NET Compact Framework DesignTimeVisible Overridden. Get always returns false; set always throws a NotSupportedException.
Public property Supported by the .NET Compact Framework IndexName Specifies the index to be opened.
Public property Supported by the .NET Compact Framework Parameters Gets the SqlCeParameterCollection.
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 Transaction Gets or sets the transaction in which the SqlCeCommand executes.
Public property Supported by the .NET Compact Framework UpdatedRowSource Overridden. 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 Compact Edition.

Top

Protected Properties

  Name Description
Protected property CanRaiseEvents  Gets a value indicating whether the component can raise an event.(inherited from Component)
Protected property Supported by the .NET Compact Framework DbConnection  Gets or sets the DbConnection used by this DbCommand.(inherited from DbCommand)
Protected property Supported by the .NET Compact Framework DbParameterCollection  Gets the collection of DbParameter objects.(inherited from DbCommand)
Protected property Supported by the .NET Compact Framework DbTransaction  Gets or sets the DbTransaction within which this DbCommand object executes.(inherited from DbCommand)
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

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

Public Events

  Name Description
Public event Supported by the .NET Compact Framework Disposed  Occurs when the component is disposed by a call to the Dispose method. (inherited from Component)

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.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Connection  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Parameters  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Transaction  

Top

See Also

Reference

SqlCeCommand Class
System.Data.SqlServerCe Namespace
SqlCeDataAdapter
SqlCeConnection