dotConnect for DB2 Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / FilterParameters Property

On this page
    FilterParameters Property (SyncProviderAdapterConfiguration)
    On this page
    Gets the collection of parameters, used for filtering and specified in the FilterClause property.
    Syntax
    'Declaration
     
    Public Property FilterParameters As Collection(Of SyncProviderFilterParameter)
    public Collection<SyncProviderFilterParameter> FilterParameters {get; set;}

    Property Value

    The collection of parameters, used for filtering and specified in the FilterClause property.
    See Also