Dataset: ProductCategories
Dataset properties
| Property | Value |
| Data source name | AdventureWorks |
| Referenced data set | |
| Command type | Query |
Parameters
Fields
| Name | Source column | Data type | Caption | Value | Is calculated field |
| ProductCategoryID | ProductCategoryID | System.Int32 | |||
| Name | Name | System.String |
Filters
Query
SELECT DISTINCT ProductCategoryID, Name FROM Production.ProductCategory ORDER BY Name |
See also