OdbcCommand Constructor |
Overloaded. Initializes a new instance of the OdbcCommand class. |
CommandText |
Gets or sets the SQL statement or stored procedure to execute against the data source. |
CommandTimeout |
Gets or sets the wait time before terminating an attempt to execute a command and generating an error. |
CommandType |
Gets or sets a value indicating how the CommandText property is interpreted. |
Connection |
Gets or sets the OdbcConnection used by this instance of the OdbcCommand. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
DesignTimeVisible |
Gets or sets a value indicating whether the command object should be visible in a customized interface control. |
Parameters |
Gets the OdbcParameterCollection. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
Transaction |
Gets or sets the OdbcTransaction within which the OdbcCommand executes. |
UpdatedRowSource |
Gets or sets a value that specifies how the Update method should apply command results to the DataRow. |
Cancel |
Attempts to cancel the execution of an OdbcCommand. |
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 new instance of an OdbcParameter object. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
ExecuteNonQuery |
Executes an SQL statement against the Connection and returns the number of rows affected. |
ExecuteReader |
Overloaded. Sends the CommandText to the Connection and builds an OdbcDataReader. |
ExecuteScalar |
Executes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, 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 |
Creates a prepared (or compiled) version of the command at the data source. |
ResetCommandTimeout |
Resets the CommandTimeout property to the default value. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
Dispose |
Overloaded. Overridden. Releases the resources used by the OdbcCommand. |
Finalize (inherited from Component) |
Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |