Classe BusinessLogicDataAdapter
Represents the business logic data adapter.
Hiérarchie d'héritage
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DataAdapter
System.Data.Common.DbDataAdapter
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataAdapter
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Class BusinessLogicDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'Utilisation
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
Le type BusinessLogicDataAdapter expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BusinessLogicDataAdapter | Initializes a new instance of the BusinessLogicDataAdapter class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AcceptChangesDuringFill | (hérité de DataAdapter.) | |
AcceptChangesDuringUpdate | (hérité de DataAdapter.) | |
CanRaiseEvents | (hérité de Component.) | |
Container | (hérité de Component.) | |
ContinueUpdateOnError | (hérité de DataAdapter.) | |
DeleteCommand | Gets or sets a stored procedure for deleting records from the data set. | |
DesignMode | (hérité de Component.) | |
Events | (hérité de Component.) | |
FillCommandBehavior | (hérité de DbDataAdapter.) | |
FillLoadOption | (hérité de DataAdapter.) | |
InsertCommand | Gets or sets a stored procedure used to insert records from the data source. | |
MissingMappingAction | (hérité de DataAdapter.) | |
MissingSchemaAction | (hérité de DataAdapter.) | |
ReturnProviderSpecificTypes | (hérité de DataAdapter.) | |
SelectCommand | Gets or sets a stored procedure used to select records from the data set. | |
Site | (hérité de Component.) | |
TableMappings | (hérité de DataAdapter.) | |
UpdateBatchSize | (hérité de DbDataAdapter.) | |
UpdateCommand | Gets or sets a stored procedure used to update records from the data source. |
Haut de la page
Méthodes
Haut de la page
Événements
Nom | Description | |
---|---|---|
Disposed | (hérité de Component.) | |
FillError | (hérité de 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. |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
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 | (hérité de DbDataAdapter.) | |
IDataAdapter.TableMappings | (hérité de DataAdapter.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport