BusinessLogicCommand Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- Herança
-
BusinessLogicCommand
- Atributos
- Implementações
Construtores
Propriedades
| Nome | Description |
|---|---|
| CommandText | |
| CommandTimeout | |
| CommandType | |
| Connection | |
| Parameters | |
| Transaction | |
| UpdatedRowSource | |
Métodos
| Nome | Description |
|---|---|
| Cancel() | |
| CreateParameter() | |
| Dispose() | |
| ExecuteNonQuery() | |
| ExecuteReader() | |
| ExecuteReader(CommandBehavior) | |
| ExecuteScalar() | |
| Prepare() | |
Implantações explícitas de interface
| Nome | Description |
|---|---|
| IDbCommand.Parameters | |