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)
'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 ();
}
/** @property */
public ReadOnlyCollection<String> get_Tables ()
public function get Tables () : ReadOnlyCollection<String>
Property Value
A collection of the names of tables from which changes will be selected.
See Also
Reference
DbSelectingChangesEventArgs Class
DbSelectingChangesEventArgs Members
Microsoft.Synchronization.Data Namespace