dotConnect for DB2 Documentation
Devart.Data.Synchronization Namespace / SyncProviderScopeParameters Class / AdapterParameters Property

On this page
    AdapterParameters Property
    On this page
    Gets the collection of parameter sets associated with all of the tables in the scope.
    Syntax
    'Declaration
     
    Public Property AdapterParameters As SyncProviderAdapterParametersCollection
    public SyncProviderAdapterParametersCollection AdapterParameters {get; set;}

    Property Value

    The collection of parameter sets associated with all of the tables in the scope.
    See Also