dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarDataAdapter Class

In This Topic
    SugarDataAdapter Class Properties
    In This Topic

    For a list of all members of this type, see SugarDataAdapter members.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether System.Data.DataRow.AcceptChanges is called on a System.Data.DataRow after it is added to the System.Data.DataTable during any of the Fill operations. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets whether System.Data.DataRow.AcceptChanges is called during a System.Data.Common.DataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a SugarCRM statement to delete records from the data set.  
    Public PropertyGets or sets the System.Data.LoadOption that determines how the adapter fills the System.Data.DataTable from the System.Data.Common.DbDataReader. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a SugarCRM statement to insert new records into the data source.  
    Public PropertyDetermines the action to take when incoming data does not have a matching table or column. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyDetermines the action to take when existing System.Data.DataSet schema does not match incoming data. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a SugarCRM statement used to select records in the data source.  
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets a collection that provides the master mapping between a source table and a System.Data.DataTable. (Inherited from Devart.Data.SqlShimDataAdapter)
    Public PropertyGets or sets a SugarCRM statement used to update records in the data source.  
    Top
    See Also