SyncProviderAdapterConfiguration Class Properties
For a list of all members of this type, see SyncProviderAdapterConfiguration members.
| Name | Description |
 | Columns | Gets the collection of Microsoft.Synchronization.Data.DbSyncColumnDescription objects, representing all columns in a table. |
 | DeleteMetadataProcName | Gets or sets the name of the stored procedure that Sync Framework uses to delete metadata from a tracking table. |
 | DeleteProcName | Gets or sets the name of the stored procedure that Sync Framework uses to delete data from a synchronized table during synchronization. |
 | DeleteTriggerName | Gets or sets the name of the delete trigger that Sync Framework creates on a synchronized table to update metadata in a tracking table. |
 | FilterClause | Gets or sets the filter condition (a WHERE clause without the WHERE keyword) to filter data to be synchronized. |
 | FilterColumns | Gets the list of columns that are used for filtering data. |
 | FilterParameters | Gets the collection of parameters, used for filtering and specified in the FilterClause property. |
 | GlobalTableName | Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. |
 | InsertMetadataProcName | Gets or sets the name of the stored procedure that Sync Framework uses to insert metadata into a tracking table. |
 | InsertProcName | Gets or sets the name of the stored procedure that Sync Framework uses to insert data into a synchronized table during synchronization. |
 | InsertTriggerName | Gets or sets the name of the insert trigger that Sync Framework creates on a synchronized table to update metadata in a tracking table. |
 | SelectChangesProcName | Gets or sets the name of the stored procedure that Sync Framework uses to select changes from a synchronized table during synchronization. |
 | SelectRowProcName | Gets or sets the name of the stored procedure that Sync Framework uses to select conflicting rows from a synchronized table during synchronization. |
 | TableName | Gets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table. |
 | TrackingTableName | Gets the name, not including database-specific delimiters, of the tracking table for a specific table that is synchronized. |
 | TrackingTableNameShort | Gets the name of the tracking table for a specific table that is synchronized, not including database-specific delimiters and the name of the schema. |
 | UnmappedElements | Gets or sets the array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured. |
 | UpdateMetadataProcName | Gets or sets the name of the stored procedure that Sync Framework uses to update metadata in a tracking table. |
 | UpdateProcName | Gets or sets the name of the stored procedure that Sync Framework uses to update data in a synchronized table during synchronization. |
 | UpdateTriggerName | Gets or sets the name of the update trigger that Sync Framework creates on a synchronized table to update metadata in a tracking table. |
Top