Share via


SqlSyncAdapterBuilder.FilterParameters Property

Gets a collection of filter parameters that are used in the FilterClause.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

public FilterParameterCollection FilterParameters { get; }

Property Value

A FilterParameterCollection of SqlParameter objects.

Example

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

See Also

Reference

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