DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SDataAdapter Class
Properties Methods Events


In This Topic
    C1D365SDataAdapter Class Members
    In This Topic

    The following tables list the members exposed by C1D365SDataAdapter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property Gets or sets an SQL statement for deleting records from the data set. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property Gets or sets an SQL statement used to insert new records into the data source. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property Gets or sets an SQL statement used to select records in the data source. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Public Property Gets or sets an SQL statement used to update records in the data source. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property The logger containing the relevant messages happening during the execution of methods of this class (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverridden.  DataTable 内の現在のレコードに基づいて、影響を受けるすべての行に対して呼び出されます。 UpdateBatchSize の値と同じ回数呼び出されます。  
    Protected Method Once ExecuteBatch finished, this will get invoked automatically. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Protected Method (Inherited from System.Data.Common.DataAdapter)
    Protected MethodInitializes a new instance of the System.Data.Common.RowUpdatedEventArgs class. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Protected MethodInitializes a new instance of the System.Data.Common.RowUpdatingEventArgs class. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Protected Method (Inherited from System.Data.Common.DataAdapter)
    Protected Method Once all AddToBatch are invoked (based on the Batch Size), this method is invoked. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.Data.Common.DbDataAdapter)
    Protected Method Called to retrieve the records affected from a specific batched command, first argument is the value that was returned by AddToBatch when it was called for the command. Default implementation always returns 1, derived classes override for otherwise otherwise DbConcurrencyException will only be thrown if sum of all records in batch is 0. return 0 to cause Update to throw DbConcurrencyException (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.Data.Common.DataAdapter)
    Protected Method Initialize Batching operation. Only get invoked when UpdateBatchSize > 1. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method (Inherited from System.Data.Common.DataAdapter)
    Protected Method Raises the RowUpdated event of a data provider. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase)
    Protected Method Raises the RowUpdating event of a data provider. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase)
    Protected Method (Inherited from System.Data.Common.DataAdapter)
    Protected Method When Batching is terminated, this method got invoked automatically. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1D365SCommand>)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public Event (Inherited from System.Data.Common.DataAdapter)
    Public Event The event is fired when updated row (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase)
    Public Event The event is fired when updating row (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase)
    Top
    See Also