RowDeleteChange Constructor (IDictionaryString, PrimaryKeyValue)Aliyun Open Services SDK for .NET
初始化新的RowDeleteChange实例。

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public RowDeleteChange(
	IDictionary<string, PrimaryKeyValue> primaryKeys
)

Parameters

primaryKeys
Type: System.Collections.GenericIDictionaryString, PrimaryKeyValue
主键(Primary Key)列名称与值的对应字典。
See Also

Reference