DbSyncScope Members
Represents a logical grouping of objects to be synchronized.
The following tables list the members exposed by the DbSyncScope type.
Public Constructors
Name | Description | |
---|---|---|
DbSyncScope | Overloaded. Initializes a new instance of the DbSyncScope class. |
Top
Public Properties
Name | Description | |
---|---|---|
ForgottenKnowledge | Gets or sets a SyncKnowledge object that represents the forgotten knowledge associated with the scope. This property is not CLS-compliant. | |
Name | Gets or sets the name of the DbSyncScope object. | |
SyncKnowledge | Gets or sets a SyncKnowledge object that represents the knowledge associated with the scope. This property is not CLS-compliant. | |
Tables | Gets or sets a collection of SyncTableInfo objects that correspond to the DbSyncAdapter objects associated with the DbSyncProvider. | |
Timestamp | Gets or sets the timestamp that is associated with cleanup of knowledge. This property is not CLS-compliant. |
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 | Overridden. Returns a string that represents the DbSyncScope object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top