DbSelectingChangesEventArgs::Tables Property

Gets a collection of the names of tables from which changes will be selected.

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

public:
property ReadOnlyCollection<String^>^ Tables {
	ReadOnlyCollection<String^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String>
A collection of the names of tables from which changes will be selected.
Show: