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)
Syntax
'Declaration
<DefaultValueAttribute(Nothing)> _
Public Property TombstoneFilterClause As String
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As String
value = instance.TombstoneFilterClause
instance.TombstoneFilterClause = value
[DefaultValueAttribute(null)]
public string TombstoneFilterClause { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property String^ TombstoneFilterClause {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TombstoneFilterClause ()
/** @property */
public void set_TombstoneFilterClause (String value)
public function get TombstoneFilterClause () : String
public function set TombstoneFilterClause (value : String)
Property Value
An SQL WHERE clause without the WHERE keyword.
Example
For a code example, see How to: Filter Rows and Columns.
See Also
Reference
SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace