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