Gets or sets the name of the stored procedure that Sync Framework uses to delete data from a synchronized table during synchronization.
'Declaration
Public Property DeleteProcName As String
public string DeleteProcName {get; set;}
Property Value
The name of the stored procedure that Sync Framework uses to delete data from a synchronized table during synchronization.