Microsoft Jet and Replication Objects
Specifies the criteria that a record must satisfy in order to be replicated from the full replica.
Settings and Return Values
Sets or returns a String value. For filters based on a table, the string should represent a SQL WHERE clause without the keyword WHERE. For filters based on relationships, the string contains the name of the relationship. FilterCriteria is read-only once it has been set, and can only be set using the Append method.
Remarks
The default value is an empty string ("").