GetChanges 方法 (String)
获取自上次调用 Synchronize 或 AcceptChanges 以来客户端处的指定表发生的插入、更新和删除。
命名空间: Microsoft.Synchronization.Data.SqlServerCe
程序集: Microsoft.Synchronization.Data.SqlServerCe(在 Microsoft.Synchronization.Data.SqlServerCe.dll 中)
语法
声明
Public Function GetChanges ( _
tableName As String _
) As SyncContext
用法
Dim instance As SqlCeClientSyncProvider
Dim tableName As String
Dim returnValue As SyncContext
returnValue = instance.GetChanges(tableName)
public SyncContext GetChanges(
string tableName
)
public:
SyncContext^ GetChanges(
String^ tableName
)
member GetChanges :
tableName:string -> SyncContext
public function GetChanges(
tableName : String
) : SyncContext
参数
- tableName
类型:System. . :: . .String
要获取变更的客户端数据库中的表。
返回值
类型:Microsoft.Synchronization.Data. . :: . .SyncContext
包含同步会话的数据变更、定位点值和其他元数据的 SyncContext 对象。
异常
异常 | 条件 |
---|---|
ArgumentNullException | tableName 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。 |
DataSyncException | 另一个事务正在进行中。 |