SqlSyncProviderAdapterConfiguration::FilterClause Property

Specifies the SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the base table.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public:
property String^ FilterClause {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the base table.
Show: