dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / DeleteMetadataProcName Property

In This Topic
DeleteMetadataProcName Property
In This Topic
Gets or sets the name of the stored procedure that Sync Framework uses to delete metadata from a tracking table.
Syntax
'Declaration
 
Public Property DeleteMetadataProcName As String
 

Property Value

The name of the stored procedure that Sync Framework uses to delete metadata from a tracking table.
Remarks
Default value is "TableName_deletemetadata", where TableName stands for the name of the provisioned table.
See Also