SyncSchema Members
Represents the schema information that is required to create tables that are involved in synchronization.
The following tables list the members exposed by the SyncSchema type.
Public Constructors
Name | Description | |
---|---|---|
SyncSchema | Overloaded. Initializes a new instance of the SyncSchema class. |
Top
Public Properties
Name | Description | |
---|---|---|
SchemaDataSet | Gets or sets a DataSet object that contains schema information for one or more tables. | |
Tables | Gets a SyncSchemaTables collection. This includes the tables that are contained in the SyncSchema. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the SyncSchema. | |
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Merge | Merges an existing SyncSchema object into the current SyncSchema object. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the SyncSchema. | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top