FilterClause Property (SyncTableProvisioning)
Gets or sets the filter condition (a WHERE clause without the WHERE keyword) to filter table data to be synchronized.
public string FilterClause {get; set;}
'Declaration
Public Property FilterClause As String
Property Value
The filter condition (a WHERE clause without the WHERE keyword) to filter table data to be synchronized.