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

In This Topic
CreateProceduresForAdditionalScope Property
In This Topic
Determines whether to create sets of stored procedures that insert, update, and delete data and synchronization metadata for any additional scopes. Ignored in dotConnect for SQLite.
Syntax
'Declaration
 
Public Property CreateProceduresForAdditionalScope As DbSyncCreationOption
 

Property Value

One of the Microsoft.Synchronization.Data.DbSyncCreationOption values.
See Also