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