DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonDataAdapter Class
Properties Methods Events


In This Topic
    C1JsonDataAdapter Class Members
    In This Topic

    The following tables list the members exposed by C1JsonDataAdapter.

    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<C1JsonCommand>)
    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<C1JsonCommand>)
    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<C1JsonCommand>)
    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<C1JsonCommand>)
    Public Property Gets or sets an SQL statement used to update records in the data source. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1JsonCommand>)
    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 Method Invoked for every row affected based on the current records in DataTable. It got called the same amount of times as the value of UpdateBatchSize. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1JsonCommand>)
    Protected Method Once ExecuteBatch finished, this will get invoked automatically. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1JsonCommand>)
    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<C1JsonCommand>)
    Protected MethodInitializes a new instance of the System.Data.Common.RowUpdatingEventArgs class. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1JsonCommand>)
    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<C1JsonCommand>)
    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<C1JsonCommand>)
    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<C1JsonCommand>)
    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<C1JsonCommand>)
    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