dotConnect for SQLite Documentation
Devart.Data.Synchronization Namespace / SyncTableProvisioningCollection Class / Item Property / Item(String) Property
The name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table, the SyncTableProvisioning object for which to retrieve.

In This Topic
    Item(String) Property
    In This Topic
    An indexer property that gets the SyncTableProvisioning object, corresponding to the provisioned table with the specified name, in the collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal globalTableName As String _
    ) As SyncTableProvisioning
    public SyncTableProvisioning Item( 
       string globalTableName
    ) {get;}

    Parameters

    globalTableName
    The name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table, the SyncTableProvisioning object for which to retrieve.

    Property Value

    The SyncTableProvisioning object, corresponding to the provisioned table with the specified name, in the collection. Null if there is no SyncTableProvisioning object, corresponding to the table with such a name, in the collection.
    See Also