BusinessLogicCommand Class

Definition

public ref class BusinessLogicCommand : IDisposable, System::Data::IDbCommand
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class BusinessLogicCommand : IDisposable, System.Data.IDbCommand
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type BusinessLogicCommand = class
    interface IDbCommand
    interface IDisposable
Public Class BusinessLogicCommand
Implements IDbCommand, IDisposable
Inheritance
BusinessLogicCommand
Attributes
Implements

Constructors

BusinessLogicCommand()
BusinessLogicCommand(BusinessLogicConnection)
BusinessLogicCommand(BusinessLogicConnection, TempDBResultSet)
BusinessLogicCommand(String)
BusinessLogicCommand(String, BusinessLogicConnection, BusinessLogicTransaction)

Properties

CommandText
CommandTimeout
CommandType
Connection
Parameters
Transaction
UpdatedRowSource

Methods

Cancel()
CreateParameter()
Dispose()
ExecuteNonQuery()
ExecuteReader()
ExecuteReader(CommandBehavior)
ExecuteScalar()
Prepare()

Explicit Interface Implementations

IDbCommand.Parameters

Applies to