SqlCeSyncProviderAdapterConfiguration Members
Represents synchronization adapter configuration for a table in a SQL Server Compact database.
The following tables list the members exposed by the SqlCeSyncProviderAdapterConfiguration type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeSyncProviderAdapterConfiguration | Initializes a new instance of the SqlCeSyncProviderAdapterConfiguration class. |
Top
Public Properties
Name | Description | |
---|---|---|
Columns | Gets or sets a list of DbSyncColumnDescription objects that represent all columns in a table. | |
GlobalTableName | Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. | |
NonPkColumns | Gets a list of DbSyncColumnDescription objects that represent all columns in a table other than the primary key columns. | |
PkColumns | Gets a list of DbSyncColumnDescription objects that represent all primary key columns in a table. | |
QuotedTrackingTableName | Gets the name, including database-specific delimiters, of the tracking table for a specific base table. | |
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 or sets the name, not including database-specific delimiters, of the tracking table for a specific base table. | |
UnmappedElements | Gets or sets an array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SqlCeSyncProviderAdapterConfiguration Class
Microsoft.Synchronization.Data.SqlServerCe Namespace