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