Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As String
value = instance.FilterClause
instance.FilterClause = value
[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.
See Also
Reference
SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace