RdmCommand Class

Description:

The RdmCommand class, derived from DbConnection, encapsulates all of the information to perform any SQL command, such as an INSERT, a DELETE, an UPDATE, a SELECT, etc. An RdmCommand object can be created by directly calling the constructor or via the generic DbProviderFactory.CreateCommand() method.

Public Constructors:

Public Properties:

Public Methods:

Public Events:

Explicit Interface Implementations:

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbConnection