SqlSyncAdapterBuilder::FilterParameters Property
Gets a collection of filter parameters that are used in the FilterClause.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
public: property FilterParameterCollection^ FilterParameters { FilterParameterCollection^ get (); }
Property Value
Type: Microsoft.Synchronization.Data.Server::FilterParameterCollectionA FilterParameterCollection of SqlParameter objects.
For a code example, see How to: Filter Rows and Columns.
Show: