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

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

Property Value

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