Share via


SqlSyncAdapterBuilder.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.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
<DefaultValueAttribute(Nothing)> _
Public Property FilterClause As String
[DefaultValueAttribute(null)] 
public string FilterClause { get; set; }
[DefaultValueAttribute(nullptr)] 
public:
property String^ FilterClause {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_FilterClause ()

/** @property */
public void set_FilterClause (String value)
public function get FilterClause () : String

public function set FilterClause (value : String)

Property Value

An SQL WHERE clause without the WHERE keyword.

Example

For a code example, see How to: Filter Rows and Columns.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace