dotConnect for SQLite Documentation
Devart.Data.Synchronization Namespace / SyncTableProvisioning Class / UnquotedGlobalName Property

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

    Property Value

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