dotConnect for MySQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfigurationCollection Class / Item Property / Item(String) Property
The name of the table to look up.

In This Topic
Item(String) Property
In This Topic
An indexer property that gets the SyncProviderAdapterConfiguration object that is associated with the specified table.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal globalTableName As String _
) As SyncProviderAdapterConfiguration
 

Parameters

globalTableName
The name of the table to look up.

Property Value

The SyncProviderAdapterConfiguration object that is associated with globalTableName. Null if the specified table is not found.
See Also