SyncTable Members
Represents the client settings for a table involved in synchronization.
The following tables list the members exposed by the SyncTable type.
Public Constructors
Name | Description | |
---|---|---|
SyncTable | Overloaded. Initializes a new instance of the SyncTable class. |
Top
Public Properties
Name | Description | |
---|---|---|
CreationOption | Gets or sets the TableCreationOption enumeration value that represents the action to take when you are creating tables in the client database. | |
SyncDirection | Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client. | |
SyncGroup | Gets or sets the SyncGroup object that represents the group that this SyncTable belongs to. | |
TableName | Gets or sets the name of the table in the client database. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether a SyncTable object is equal to a particular value. | |
GetHashCode | Overridden. Serves as a hash function for a SyncTable. This is suitable for use in hashing algorithms and data structures such as a hash table. | |
GetType | (inherited from Object ) | |
op_Equality | Determines whether the two specified SyncTable objects are equal. | |
op_Inequality | Determines whether the two specified SyncTable objects are not equal. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a string that represents the SyncTable object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top