BusinessLogicCommand Classe

Definizione

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
Ereditarietà
BusinessLogicCommand
Attributi
Implementazioni

Costruttori

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

Proprietà

CommandText
CommandTimeout
CommandType
Connection
Parameters
Transaction
UpdatedRowSource

Metodi

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

Implementazioni dell'interfaccia esplicita

IDbCommand.Parameters

Si applica a