SyncTableMetadata Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SyncTableMetadata class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SyncTableMetadata() | Initializes a new instance of the SyncTableMetadata class by using default values. | |
SyncTableMetadata(String) | Initializes a new instance of the SyncTableMetadata class by using a table name parameter. | |
SyncTableMetadata(String, SyncDirection) | Initializes a new instance of the SyncTableMetadata class by using a table name and synchronization direction parameters. |
Top