SqlCeCommand Methods

Include Protected Members
Include Inherited Members

The SqlCeCommand type exposes the following members.

Methods

  Name Description
Public method Cancel Attempts to cancel the execution of a SqlCeCommand. (Overrides DbCommand.Cancel().)
Protected method CreateDbParameter (inherited from DbCommand)
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method CreateParameter Creates a new instance of a SqlCeParameter object.
Public method Dispose() (inherited from Component)
Protected method Dispose(Boolean) (inherited from Component)
Public method Equals (inherited from Object)
Protected method ExecuteDbDataReader (inherited from DbCommand)
Public method ExecuteNonQuery Executes an SQL statement against the SqlCeConnection and returns the number of rows affected. (Overrides DbCommand.ExecuteNonQuery().)
Public method ExecuteReader() Sends the CommandText to the Connection and builds a SqlCeDataReader.
Public method ExecuteReader(CommandBehavior) Sends the CommandText to the Connection and builds a SqlCeDataReader by using one of the CommandBehavior values.
Public method ExecuteResultSet(ResultSetOptions) Sends the CommandText to the Connection and builds a SqlCeResultSet by using the ResultSetOptions.
Public method ExecuteResultSet(ResultSetOptions, SqlCeResultSet) Sends the CommandText to the Connection and builds a SqlCeResultSet by using the ResultSetOptions.
Public method ExecuteScalar 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. (Overrides DbCommand.ExecuteScalar().)
Protected method Finalize (inherited from Component)
Public method GetHashCode (inherited from Object)
Public method GetLifetimeService (inherited from MarshalByRefObject)
Protected method GetService (inherited from Component)
Public method GetType (inherited from Object)
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Protected method MemberwiseClone() (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method Prepare Creates a prepared (or compiled) version of the command on the data source. (Overrides DbCommand.Prepare().)
Public method SetRange Restricts the set of rows that will be read by the SqlCeDataReader.
Public method ToString (inherited from Component)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone
Explicit interface implemetationPrivate method IDbCommand.CreateParameter (inherited from DbCommand)
Explicit interface implemetationPrivate method IDbCommand.ExecuteReader() (inherited from DbCommand)
Explicit interface implemetationPrivate method IDbCommand.ExecuteReader(CommandBehavior) (inherited from DbCommand)

Top

See Also

Reference

SqlCeCommand Class

System.Data.SqlServerCe Namespace