dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncTableProvisioning Class / AddFilterColumn Method
The name of the filter column to add.

In This Topic
AddFilterColumn Method
In This Topic
Adds a column that is used in the FilterClause to filter data rows for synchronization.
Syntax
'Declaration
 
Public Sub AddFilterColumn( _
   ByVal name As String _
) 
 

Parameters

name
The name of the filter column to add.
See Also