Dataset: ProductCategories

CollapseAll image

Collapse image Dataset properties


 Property   Value 
 Data source name   AdventureWorks 
 Referenced data set    
 Command type   Query 

Collapse image Parameters


No parameters exist

Collapse image Fields


Name  Source column  Data type  Caption  Value  Is calculated field 
ProductCategoryID ProductCategoryID System.Int32      
Name Name System.String      
Total: 2 field(s)

Collapse image Filters


No filters exist

Collapse image Query


SELECT DISTINCT ProductCategoryID, Name
FROM        Production.ProductCategory
ORDER BY    Name

Collapse image See also


About this documentation