queryCategories( )


Creates a query to retrieve a list of categories.

について queryCategories() function builds a query to retrieve a list of categories and returns a CategoriesQueryBuilder オブジェクトがある。

The returned object contains the query definition, which is typically used to run the query using the find() 関数である。

You can refine the query by chaining CategoriesQueryBuilder functions onto the query. CategoriesQueryBuilder functions enable you to sort, filter, and control the results queryCategories() returns.

queryCategories() runs with these CategoriesQueryBuilder defaults, which you can override:

PROPERTYSUPPORTED FILTERS & SORTING
_ideq()
名称eq()
_createdDate昇順(),降順()
メソッド宣言
コピー
メソッド・パラメータ
optionsQueryCategoriesOptions

Options to use when querying categories.

リターン
役に立ちましたか?
はい
いいえ