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

In This Topic
    TableName Property (SyncProviderAdapterConfiguration)
    In This Topic
    Gets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
    Syntax
    'Declaration
     
    Public Property TableName As String
    public string TableName {get; set;}

    Property Value

    The name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
    See Also