DbSyncAdapter::TableName Property

Gets or sets the name of the table at the peer for which to create the DbSyncAdapter object.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property String^ TableName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The name of the table at the peer for which to create the DbSyncAdapter object.
Show: