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

'Declaration
Public ReadOnly Property FilterParameters As FilterParameterCollection
public FilterParameterCollection FilterParameters { get; }
public:
property FilterParameterCollection^ FilterParameters {
    FilterParameterCollection^ get ();
}
/** @property */
public FilterParameterCollection get_FilterParameters ()
public function get FilterParameters () : FilterParameterCollection

Property Value

A FilterParameterCollection of SqlParameter objects.

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