MsDb2EntityCommand Class

Definition

public ref class MsDb2EntityCommand : System::Data::Common::DbCommand, ICloneable
public class MsDb2EntityCommand : System.Data.Common.DbCommand, ICloneable
type MsDb2EntityCommand = class
    inherit DbCommand
    interface ICloneable
Public Class MsDb2EntityCommand
Inherits DbCommand
Implements ICloneable
Inheritance
MsDb2EntityCommand
Implements

Constructors

MsDb2EntityCommand()
MsDb2EntityCommand(String)
MsDb2EntityCommand(String, MsDb2Connection)
MsDb2EntityCommand(String, MsDb2Connection, DbTransaction)

Properties

CommandText
CommandTimeout
CommandType
DbConnection
DbParameterCollection
DbTransaction
DesignTimeVisible
Log
UpdatedRowSource

Methods

Cancel()
CreateDbParameter()
ExecuteDbDataReader(CommandBehavior)
ExecuteNonQuery()
ExecuteScalar()
Prepare()

Explicit Interface Implementations

ICloneable.Clone()

Applies to