DbSyncTableDescription::IsTableMapped Property

Gets whether GlobalName and LocalName are the same.

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

public:
property bool IsTableMapped {
	bool get ();
}

Property Value

Type: System::Boolean
false if GlobalName and LocalName are the same; otherwise true.
Show: