Share via


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)

Syntax

'Declaration
Public ReadOnly Property Tables As ReadOnlyCollection(Of String)
    Get
'Usage
Dim instance As DbSelectingChangesEventArgs
Dim value As ReadOnlyCollection(Of String)

value = instance.Tables
public ReadOnlyCollection<string> Tables { get; }
public:
property ReadOnlyCollection<String^>^ Tables {
    ReadOnlyCollection<String^>^ get ();
}
member Tables : ReadOnlyCollection<string>
function get Tables () : ReadOnlyCollection<String>

Property Value

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

See Also

Reference

DbSelectingChangesEventArgs Class

Microsoft.Synchronization.Data Namespace