SqlSyncProviderAdapterParameters::FilterParameters Property
Gets the collection of filter parameters that are used to control which items are enumerated from the table specified in TableName.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property Collection<SqlSyncProviderFilterParameter^>^ FilterParameters { Collection<SqlSyncProviderFilterParameter^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<SqlSyncProviderFilterParameter>The filter parameters for the associated table.
Show: