Returns first N records on groups according to the specifed conditions.
            
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
- Type:  System String System String
 Where condition to apply
- orderBy
- Type:  System String System String
 Order by statement used to sort the data
- topN
- Type:  System Int32 System Int32
 Number of records to return
- columns
- Type:  System String System String
 Columns to select, null or empty select all columns
Return Value
Type: InfoDataSet GroupInfoData set with records.
See Also