SqlSyncAdapterBuilder::TombstoneFilterClause Property

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

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

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

Property Value

Type: System::String
An SQL WHERE clause without the WHERE keyword.
Show: