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

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

public RowPutChange(
	IDictionary<string, PrimaryKeyValue> primaryKeys,
	IDictionary<string, ColumnValue> columns
)

Parameters

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

Reference