RowChange Constructor (IDictionaryString, PrimaryKeyValue)Aliyun Open Services SDK for .NET
初始化新的RowChange对象。

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

protected RowChange(
	IDictionary<string, PrimaryKeyValue> primaryKeys
)

Parameters

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

Reference