dotConnect for Oracle 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
 

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