RatingCategories
Returns a list of all available rating categories.
Table Specific Information
Select
The 本製品 will use the BlackBaud Raiser's Edge NXT API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the 本製品.
- IncludeInactive supports the '=' operator.
- SourceName supports the '=' operator.
SELECT * FROM RatingCategories WHERE SourceName = 'Econometrics' SELECT * FROM RatingCategories WHERE IncludeInactive = true
Columns
Name | Type | References | Description |
Inactive | Boolean | Indicates whether the category is inactive. | |
Name | String | The name of the rating category. | |
SourceName | String | The source of the category. | |
Type | String | The type of the rating category. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
IncludeInactive | Boolean | If set to true, includes inactive rating categories in the result. |