SqlCeCommand Methods

Public Methods

(see also Protected Methods )

  Name Description
ed6c0tz6.pubmethod(en-us,VS.90).gif Cancel Overridden.
Attempts to cancel the execution of a SqlCeCommand.
ed6c0tz6.pubmethod(en-us,VS.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ed6c0tz6.pubmethod(en-us,VS.90).gif CreateParameter
Creates a new instance of a SqlCeParameter object.
ed6c0tz6.pubmethod(en-us,VS.90).gif Dispose  Overloaded. (inherited from Component )
ed6c0tz6.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
ed6c0tz6.pubmethod(en-us,VS.90).gif ExecuteNonQuery Overridden.
Executes an SQL statement against the SqlCeConnection and returns the number of rows affected.
ed6c0tz6.pubmethod(en-us,VS.90).gif ExecuteReader Overloaded.
Sends the CommandText to the Connection and builds a SqlCeDataReader.
ed6c0tz6.pubmethod(en-us,VS.90).gif ExecuteResultSet Overloaded.
Sends the CommandText to the Connection and builds a SqlCeResultSet.
ed6c0tz6.pubmethod(en-us,VS.90).gif 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.
ed6c0tz6.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
ed6c0tz6.pubmethod(en-us,VS.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ed6c0tz6.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
ed6c0tz6.pubmethod(en-us,VS.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ed6c0tz6.pubmethod(en-us,VS.90).gif Prepare Overridden.
Creates a prepared (or compiled) version of the command on the data source.
ed6c0tz6.pubmethod(en-us,VS.90).gif ed6c0tz6.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
ed6c0tz6.pubmethod(en-us,VS.90).gif SetRange
Restricts the set of rows that will be read by the SqlCeDataReader.
ed6c0tz6.pubmethod(en-us,VS.90).gif ToString  (inherited from Component )

Protected Methods

  Name Description
ed6c0tz6.protmethod(en-us,VS.90).gif CreateDbParameter  (inherited from DbCommand )
ed6c0tz6.protmethod(en-us,VS.90).gif Dispose  Overloaded. (inherited from Component )
ed6c0tz6.protmethod(en-us,VS.90).gif ExecuteDbDataReader  (inherited from DbCommand )
ed6c0tz6.protmethod(en-us,VS.90).gif Finalize  (inherited from Component )
ed6c0tz6.protmethod(en-us,VS.90).gif GetService  (inherited from Component )
ed6c0tz6.protmethod(en-us,VS.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

Explicit Interface Implementations

  Name Description
System.Data.IDbCommand.CreateParameter  (inherited from DbCommand )
System.Data.IDbCommand.ExecuteReader  Overloaded. (inherited from DbCommand )
System.ICloneable.Clone  

See Also

Reference

SqlCeCommand Class
System.Data.SqlServerCe Namespace
SqlCeDataAdapter
SqlCeConnection