SelectRowProcName Property
Gets or sets the name of the stored procedure that Sync Framework uses to select conflicting rows from a synchronized table during synchronization. Ignored in dotConnect for SQLite.
'Declaration
Public Property SelectRowProcName As String
public string SelectRowProcName {get; set;}
Property Value
The name of the stored procedure that Sync Framework uses to select conflicting rows from a synchronized table during synchronization.