dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncScopeDeprovisioning Class / ObjectPrefix Property

In This Topic
    ObjectPrefix Property (SyncScopeDeprovisioning)
    In This Topic
    Gets or sets the optional preffix for names of Sync Framework metadata objects.
    Syntax
    'Declaration
     
    Public Property ObjectPrefix As String
    public string ObjectPrefix {get; set;}

    Property Value

    The preffix for names of Sync Framework metadata objects.
    Remarks
    Must match to the preffix, specified in the SyncScopeProvisioning.ObjectPrefix property of the SyncScopeProvisioning class descendant, that was used to provision the database.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also