BusinessLogicDataAdapter 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 BusinessLogicDataAdapter : System::Data::Common::DbDataAdapter
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class BusinessLogicDataAdapter : System.Data.Common.DbDataAdapter
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type BusinessLogicDataAdapter = class
inherit DbDataAdapter
interface IDbDataAdapter
interface IDataAdapter
Public Class BusinessLogicDataAdapter
Inherits DbDataAdapter
- Herencia
-
BusinessLogicDataAdapter
- Atributos
- Implementaciones
Constructores
| Nombre | Description |
|---|---|
| BusinessLogicDataAdapter() | |
Propiedades
| Nombre | Description |
|---|---|
| DeleteCommand | |
| InsertCommand | |
| SelectCommand | |
| UpdateCommand | |
Métodos
Eventos
| Nombre | Description |
|---|---|
| RowUpdated | |
| RowUpdating | |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| IDbDataAdapter.DeleteCommand | |
| IDbDataAdapter.InsertCommand | |
| IDbDataAdapter.SelectCommand | |
| IDbDataAdapter.UpdateCommand | |