Lines Matching refs:match
30 Sets a **DataSharePredicates** object to match the data that is not equal to the specified value.
43 | value | [ValueType](js-apis-data-valuesBucket.md#valuetype) | Yes | Value to match.|
149 Sets a **DataSharePredicates** object to match the data that contains the specified value.
162 | value | string | Yes | Value to match.|
181 Sets a **DataSharePredicates** object to match the data that begins with the specified value.
194 | value | string | Yes | Start value to match.|
213 Sets a **DataSharePredicates** object to match the data that ends with the specified value.
226 | value | string | Yes | End value to match.|
245 Sets a **DataSharePredicates** object to match the data whose value is null.
276 Sets a **DataSharePredicates** object to match the data whose value is not null.
307 Sets a **DataSharePredicates** object to match the data that matches the specified wildcard express…
320 | value | string | Yes | Wildcard expression to match.<br>In the expression, '%' represents zero,…
339 Sets a **DataSharePredicates** object to match the data that does not match the specified wildcard …
352 | value | string | Yes | Wildcard expression to match.<br>In the expression, '%' represents zero,…
371 Sets a **DataSharePredicates** object to match the data that matches the specified wildcard express…
384 | value | string | Yes | Wildcard expression to match.<br>In the expression, '*' represents zero,…
403 Sets a **DataSharePredicates** object to match the data that is within the specified range, includi…
436 Sets a **DataSharePredicates** object to match the data that is out of the specified range, excludi…
469 Sets a **DataSharePredicates** object to match the data that is greater than the specified value.
482 | value | [ValueType](js-apis-data-valuesBucket.md#valuetype) | Yes | Value to match.|
501 Sets a **DataSharePredicates** object to match the data that is less than the specified value.
514 | value | [ValueType](js-apis-data-valuesBucket.md#valuetype) | Yes | Value to match.|
533 Sets a **DataSharePredicates** object to match the data that is greater than or equal to the specif…
546 | value | [ValueType](js-apis-data-valuesBucket.md#valuetype) | Yes | Value to match.|
565 Sets a **DataSharePredicates** object to match the data that is less than or equal to the specified…
578 | value | [ValueType](js-apis-data-valuesBucket.md#valuetype) | Yes | Value to match.|
684 Sets a **DataSharePredicates** object to match the data that is not in the specified value.
697 …<[ValueType](js-apis-data-valuesBucket.md#valuetype)> | Yes | Array of the values to match.|
716 Sets a **DataSharePredicates** object to match the data with the specified key prefix.
728 | prefix | string | Yes | Key prefix to match.|
747 Sets a **DataSharePredicates** object to match the data whose keys are within the given range.
759 | keys | Array<string> | Yes | Array of the keys to match.|