BusinessLogicCommand Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- Herencia
-
BusinessLogicCommand
- Atributos
- Implementaciones
Constructores
Propiedades
| Nombre | Description |
|---|---|
| CommandText | |
| CommandTimeout | |
| CommandType | |
| Connection | |
| Parameters | |
| Transaction | |
| UpdatedRowSource | |
Métodos
| Nombre | Description |
|---|---|
| Cancel() | |
| CreateParameter() | |
| Dispose() | |
| ExecuteNonQuery() | |
| ExecuteReader() | |
| ExecuteReader(CommandBehavior) | |
| ExecuteScalar() | |
| Prepare() | |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| IDbCommand.Parameters | |