dotConnect for MySQL Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / Tables Property

In This Topic
    Tables Property (SyncScopeProvisioning)
    In This Topic
    Gets a collection of SyncTableProvisioning objects that represent the provisioning of database tables.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tables As SyncTableProvisioningCollection
    public SyncTableProvisioningCollection Tables {get;}

    Property Value

    A collection of SyncTableProvisioning objects that represent the provisioning of database tables.
    See Also