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

Item(String) Property
An indexer property that gets the SyncProviderAdapterParameters object that is associated with the specified table.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal tableName As String _
) As SyncProviderAdapterParameters
 

Parameters

tableName
The name of the table to look up.

Property Value

The SyncProviderAdapterParameters object that is associated with the table name. Null if the specified table is not found.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also