The methods of the SqlCeCommand class are listed below. For a complete list of SqlCeCommand class members, see the SqlCeCommand Members topic.
Cancel | Tries to cancel command execution. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
CreateParameter | Creates a SqlCeParameter |
Dispose | Overloaded. Disposes the unmanaged SQL command resources. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
ExecuteNonQuery | Executes the SQL command and returns the number of affected rows. |
ExecuteReader | Overloaded. Executes the command and returns a SqlCeDataReader object. |
ExecuteScalar | Executes the SQL command and returns a single scalar value. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Prepare | Prepares the command before execution. |
ToString (inherited from Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
CreateDbParameter | Creates an empty SqlCeParameter. |
Dispose | Overloaded. Disposes the unmanaged SQL command resources. |
ExecuteDbDataReader | Executes the command and returns a DbDataReader object. |
Finalize | Finalizer |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
SqlCeCommand Class | Primeworks.DesktopSqlCe Namespace