dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / GlobalTableName Property

In This Topic
    GlobalTableName Property
    In This Topic
    Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.
    Syntax
    'Declaration
     
    Public Property GlobalTableName As String
    public string GlobalTableName {get; set;}

    Property Value

    The name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.
    See Also