初始化新的RowDeleteChange实例。
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
public RowDeleteChange( IDictionary<string, PrimaryKeyValue> primaryKeys, IEnumerable<string> columnNames )
Parameters
- primaryKeys
- Type: System.Collections.GenericIDictionaryString, PrimaryKeyValue
主键(Primary Key)列名称与值的对应字典。 - columnNames
- Type: System.Collections.GenericIEnumerableString
要删除属性列(Attribute Column)的名称列表。
See Also