This class represents an SQL statement used to execute against the current data source.
For a list of all members of this type, see MimerCommand Members.
System.Object
MarshalByRefObject
Component
MimerCommand
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
An MimerCommand is used by setting the CommandText (and possibly CommandType) properties. Depending on the type of statement entered one of the three of the following methods are used:
| Method | Description |
|---|---|
| ExecuteNonQuery | Used for SQL statements that do not return a result, for example INSERT, UPDATE, and DELETE statements. |
| ExecuteReader | Used for select statements and procuder calls that return a result set. |
| ExecuteScalar | Used for select statements that return a single value. |
Namespace: Mimer.Data.Client
Assembly: Mimer.Data.Client (in Mimer.Data.Client.dll)
MimerCommand Members | Mimer.Data.Client Namespace