dotConnect for SQLite Documentation
Devart.Data.Synchronization Namespace / SyncProviderScopeConfiguration Class / AdapterConfigurations Property

In This Topic
    AdapterConfigurations Property
    In This Topic
    Gets or sets a list of SyncProviderAdapterConfiguration objects, each of which is associated with a table in a database.
    Syntax
    'Declaration
     
    Public Property AdapterConfigurations As SyncProviderAdapterConfigurationCollection
    public SyncProviderAdapterConfigurationCollection AdapterConfigurations {get; set;}

    Property Value

    A list of SyncProviderAdapterConfiguration objects, each of which is associated with a table in a database.
    See Also