dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderFilterParameter Class / Value Property

In This Topic
    Value Property (SyncProviderFilterParameter)
    In This Topic
    Gets or set the value of the filter parameter.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}

    Property Value

    The value of the filter parameter.
    Remarks
    This value is passed to the select_changes stored procedure to control which items are enumerated during synchronization.
    See Also