DbSyncSession.SyncRowTimestamp Field

Returns the string sync_row_timestamp. This field is constant.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Const SyncRowTimestamp As String
'Usage
Dim value As String

value = DbSyncSession.SyncRowTimestamp
public const string SyncRowTimestamp
public:
literal String^ SyncRowTimestamp
public static final String SyncRowTimestamp
public const var SyncRowTimestamp : String

Remarks

This field returns a session variable name that can be included in the queries that are used to select changes from and apply changes to a peer database. For more information, see How to: Use Session Variables for Peer-to-Peer Synchronization.

See Also

Reference

DbSyncSession Class
DbSyncSession Members
Microsoft.Synchronization.Data Namespace