dotConnect for SQLite Documentation
Devart.Data.Synchronization Namespace / DbSyncProviderBase Class / ObjectSchema Property

In This Topic
    ObjectSchema Property (DbSyncProviderBase)
    In This Topic
    Gets or sets the schema containing Sync Framework metadata objects.
    Syntax
    'Declaration
     
    Public Property ObjectSchema As String
    public string ObjectSchema {get; set;}

    Property Value

    The schema containing Sync Framework metadata objects.
    See Also