删除指定行或行中的数据。
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
Parameters
- tableName
- Type: SystemString
表(Table)名,不能为视图(View)名。 - rowChange
- Type: Aliyun.OpenServices.OpenTableServiceRowDeleteChange
包含数据的RowDeleteChange对象。
Exceptions
Exception | Condition |
---|---|
ArgumentException | tableName为空引用或值为空字符串, - 或 - talbeName违反OTS名称的命名规则。 - 或 - rowChange包含的信息无效。 |
ArgumentNullException | row为空引用。 |
OtsException | OTS访问返回错误消息。 |
WebException | 由于网络原因请求失败, - 或 - 访问超时。 |
InvalidOperationException | 返回结果解析错误。 |
See Also