dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class
Properties

In This Topic
    SyncProviderAdapterConfiguration Class Members
    In This Topic

    The following tables list the members exposed by SyncProviderAdapterConfiguration.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SyncProviderAdapterConfiguration class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the collection of Microsoft.Synchronization.Data.DbSyncColumnDescription objects, representing all columns in a table.  
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to delete metadata from a tracking table.  
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to delete data from a synchronized table during synchronization.  
    Public PropertyGets or sets the name of the delete trigger that Sync Framework creates on a synchronized table to update metadata in a tracking table.  
    Public PropertyGets or sets the filter condition (a WHERE clause without the WHERE keyword) to filter data to be synchronized.  
    Public PropertyGets the list of columns that are used for filtering data.  
    Public PropertyGets the collection of parameters, used for filtering and specified in the FilterClause property.  
    Public PropertyGets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.  
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to insert metadata into a tracking table.  
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to insert data into a synchronized table during synchronization.  
    Public PropertyGets or sets the name of the insert trigger that Sync Framework creates on a synchronized table to update metadata in a tracking table.  
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to select changes from a synchronized table during synchronization.  
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to select conflicting rows from a synchronized table during synchronization.  
    Public PropertyGets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.  
    Public PropertyGets the name, not including database-specific delimiters, of the tracking table for a specific table that is synchronized.  
    Public PropertyGets the name of the tracking table for a specific table that is synchronized, not including database-specific delimiters and the name of the schema.  
    Public PropertyGets or sets the array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured.  
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to update metadata in a tracking table.  
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to update data in a synchronized table during synchronization.  
    Public PropertyGets or sets the name of the update trigger that Sync Framework creates on a synchronized table to update metadata in a tracking table.  
    Top
    See Also