未验证 提交 b28cd69d 编写于 作者: O openharmony_ci 提交者: Gitee

!6612 【轻量级 PR】:update en/application-dev/reference/apis/js-apis-data-ability.md.

Merge pull request !6612 from zengyawen/N/A
...@@ -734,7 +734,7 @@ Sets a **DataAbilityPredicates** object to specify the index column. ...@@ -734,7 +734,7 @@ Sets a **DataAbilityPredicates** object to specify the index column.
in(field: string, value: Array<ValueType>): DataAbilityPredicates in(field: string, value: Array<ValueType>): DataAbilityPredicates
Sets a **DataAbilityPredicates** object to match the field with data type Array<ValueType> and value within the specified range. Sets a **DataAbilityPredicates** object to match the field with data type Array\<ValueType> and value within the specified range.
**System capability**: SystemCapability.DistributedDataManager.DataShare.Core **System capability**: SystemCapability.DistributedDataManager.DataShare.Core
...@@ -762,7 +762,7 @@ Sets a **DataAbilityPredicates** object to match the field with data type Array< ...@@ -762,7 +762,7 @@ Sets a **DataAbilityPredicates** object to match the field with data type Array<
notIn(field: string, value: Array&lt;ValueType&gt;): DataAbilityPredicates notIn(field: string, value: Array&lt;ValueType&gt;): DataAbilityPredicates
Sets a **DataAbilityPredicates** object to match the field with data type Array<ValueType> and value out of the specified range. Sets a **DataAbilityPredicates** object to match the field with data type Array\<ValueType> and value out of the specified range.
**System capability**: SystemCapability.DistributedDataManager.DataShare.Core **System capability**: SystemCapability.DistributedDataManager.DataShare.Core
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册