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

On this page
    Item(String) Property
    On this page
    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
    public SyncProviderAdapterParameters Item( 
       string tableName
    ) {get;}

    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.
    See Also