Classe BusinessLogicDataAdapter
Represents the business logic data adapter.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DataAdapter
System.Data.Common.DbDataAdapter
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataAdapter
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Class BusinessLogicDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'Utilizzo
Dim instance As BusinessLogicDataAdapter
public class BusinessLogicDataAdapter : DbDataAdapter,
IDbDataAdapter, IDataAdapter
public ref class BusinessLogicDataAdapter : public DbDataAdapter,
IDbDataAdapter, IDataAdapter
type BusinessLogicDataAdapter =
class
inherit DbDataAdapter
interface IDbDataAdapter
interface IDataAdapter
end
public class BusinessLogicDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter
Nel tipo BusinessLogicDataAdapter sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
BusinessLogicDataAdapter | Initializes a new instance of the BusinessLogicDataAdapter class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AcceptChangesDuringFill | Ereditato da DataAdapter. | |
AcceptChangesDuringUpdate | Ereditato da DataAdapter. | |
CanRaiseEvents | Ereditato da Component. | |
Container | Ereditato da Component. | |
ContinueUpdateOnError | Ereditato da DataAdapter. | |
DeleteCommand | Gets or sets a stored procedure for deleting records from the data set. | |
DesignMode | Ereditato da Component. | |
Events | Ereditato da Component. | |
FillCommandBehavior | Ereditato da DbDataAdapter. | |
FillLoadOption | Ereditato da DataAdapter. | |
InsertCommand | Gets or sets a stored procedure used to insert records from the data source. | |
MissingMappingAction | Ereditato da DataAdapter. | |
MissingSchemaAction | Ereditato da DataAdapter. | |
ReturnProviderSpecificTypes | Ereditato da DataAdapter. | |
SelectCommand | Gets or sets a stored procedure used to select records from the data set. | |
Site | Ereditato da Component. | |
TableMappings | Ereditato da DataAdapter. | |
UpdateBatchSize | Ereditato da DbDataAdapter. | |
UpdateCommand | Gets or sets a stored procedure used to update records from the data source. |
In alto
Metodi
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da Component. | |
FillError | Ereditato da DataAdapter. | |
RowUpdated | Occurs during update after a command is executed against the data source. | |
RowUpdating | Occurs during update before a command is executed against the data source. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IDbDataAdapter.DeleteCommand | Gets or sets a stored procedure for deleting records from the data set. | |
IDbDataAdapter.InsertCommand | Gets or sets a stored procedure used to insert records from the data source. | |
IDbDataAdapter.SelectCommand | Gets or sets a stored procedure used to select records from the data set. | |
IDbDataAdapter.UpdateCommand | Gets or sets a stored procedure used to update records from the data source. | |
ICloneable.Clone | Ereditato da DbDataAdapter. | |
IDataAdapter.TableMappings | Ereditato da DataAdapter. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport