dotConnect for DB2 Documentation
Devart.Data.Synchronization Namespace / SyncTableProvisioning Class / LocalName Property

In This Topic
    LocalName Property
    In This Topic
    Gets or sets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property LocalName As String
    public virtual string LocalName {get;}

    Property Value

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