dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDataAdapter Class
Properties Methods Events

In This Topic
    UniDataAdapter Class Members
    In This Topic

    The following tables list the members exposed by UniDataAdapter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the UniDataAdapter class.  
    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 PropertyGets or sets a statement to delete records from the data set.  
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a statement to insert new records into the data source.  
    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 PropertyGets or sets a statement used to select records in the data source.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets a collection that provides the master mapping between a source table and a Devart.Data.Universal.UniDataTable.  
    Public Property (Inherited from System.Data.Common.DbDataAdapter)
    Public PropertyGets or sets a statement used to update records in the data source.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Adds or refreshes rows in the System.Data.DataSet to match those in the data source using the specified System.Data.DataSet and the UniCursor.  
    Public MethodFills associated DataSet with specified range of rows. (Inherited from Devart.Common.DbDataAdapter)
    Public MethodOverloaded. Overridden. Configures the schema to match that in the data source.  
    Public Method (Inherited from System.Data.Common.DbDataAdapter)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataAdapter)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public Event (Inherited from System.Data.Common.DataAdapter)
    Public Event

    Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) after a command is executed against the data source. The attempt to update is made, so the event fires.

     
    Public EventOccurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the data source. The attempt to update is made, so the event fires.  
    Top
    See Also