In This Topic
Adds a column that is used in the
FilterClause to filter data rows for synchronization.
Syntax
'Declaration
Public Sub AddFilterColumn( _
ByVal As String _
)
public void AddFilterColumn(
string
)
Parameters
- name
- The name of the filter column to add.
See Also