2 out of 2 rated this helpful - Rate this topic

DbCommand Class

Represents an SQL statement or stored procedure to execute against a data source. Provides a base class for database-specific classes that represent commands.

Namespace:  System.Data.Common
Assembly:  System.Data (in System.Data.dll)
public abstract class DbCommand : Component, 
	IDbCommand, IDisposable

The DbCommand type exposes the following members.

  Name Description
Protected method Supported by the XNA Framework DbCommand Constructs an instance of the DbCommand object.
Top
  Name Description
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event. (Inherited from Component.)
Public property Supported by the XNA Framework CommandText Gets or sets the text command to run against the data source.
Public property Supported by the XNA Framework CommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Public property Supported by the XNA Framework CommandType Indicates or specifies how the CommandText property is interpreted.
Public property Supported by the XNA Framework Connection Gets or sets the DbConnection used by this DbCommand.
Public property Container Gets the IContainer that contains the Component. (Inherited from Component.)
Protected property Supported by the XNA Framework DbConnection Gets or sets the DbConnection used by this DbCommand.
Protected property Supported by the XNA Framework DbParameterCollection Gets the collection of DbParameter objects.
Protected property Supported by the XNA Framework DbTransaction Gets or sets the DbTransaction within which this DbCommand object executes.
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Public property Supported by the XNA Framework DesignTimeVisible Gets or sets a value indicating whether the command object should be visible in a customized interface control.
Protected property Supported by the XNA Framework Events Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public property Supported by the XNA Framework Parameters Gets the collection of DbParameter objects. For more information on parameters, see Configuring Parameters and Parameter Data Types (ADO.NET).
Public property Supported by the XNA Framework Site Gets or sets the ISite of the Component. (Inherited from Component.)
Public property Supported by the XNA Framework Transaction Gets or sets the DbTransaction within which this DbCommand object executes.
Public property Supported by the XNA Framework UpdatedRowSource Gets or sets how command results are applied to the DataRow when used by the Update method of a DbDataAdapter.
Top
  Name Description
Public method Supported by the XNA Framework Cancel Attempts to cancels the execution of a DbCommand.
Protected method Supported by the XNA Framework CreateDbParameter Creates a new instance of a DbParameter object.
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public method Supported by the XNA Framework CreateParameter Creates a new instance of a DbParameter object.
Public method Supported by the XNA Framework Dispose() Releases all resources used by the Component. (Inherited from Component.)
Protected method Supported by the XNA Framework Dispose(Boolean) Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.)
Public method Supported by the XNA Framework Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the XNA Framework ExecuteDbDataReader Executes the command text against the connection.
Public method Supported by the XNA Framework ExecuteNonQuery Executes a SQL statement against a connection object.
Public method Supported by the XNA Framework ExecuteReader() Executes the CommandText against the Connection, and returns an DbDataReader.
Public method Supported by the XNA Framework ExecuteReader(CommandBehavior) Executes the CommandText against the Connection, and returns an DbDataReader using one of the CommandBehavior values.
Public method Supported by the XNA Framework ExecuteScalar Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.
Protected method Supported by the XNA Framework Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Public method Supported by the XNA Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected method GetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Public method Supported by the XNA Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected method Supported by the XNA Framework MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.)
Public method Supported by the XNA Framework Prepare Creates a prepared (or compiled) version of the command on the data source.
Public method Supported by the XNA Framework ToString Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.)

In XNA Framework 3.0, this member is inherited from Object.ToString().
Top
  Name Description
Public event Supported by the XNA Framework Disposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Top
  Name Description
Explicit interface implemetation Private property Supported by the XNA Framework IDbCommand.Connection Gets or sets the IDbConnection used by this instance of the IDbCommand.
Explicit interface implemetation Private method Supported by the XNA Framework IDbCommand.CreateParameter Creates a new instance of an IDbDataParameter object.
Explicit interface implemetation Private method Supported by the XNA Framework IDbCommand.ExecuteReader() Executes the CommandText against the Connection and builds an IDataReader.
Explicit interface implemetation Private method Supported by the XNA Framework IDbCommand.ExecuteReader(CommandBehavior) Executes the CommandText against the Connection, and builds an IDataReader using one of the CommandBehavior values.
Explicit interface implemetation Private property Supported by the XNA Framework IDbCommand.Parameters Gets the IDataParameterCollection.
Explicit interface implemetation Private property Supported by the XNA Framework IDbCommand.Transaction Gets or sets the DbTransaction within which this DbCommand object executes.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ