StandardSetController(sObjectList)

Creates a new instance of the ApexPages.StandardSetController class for the list of sObjects returned by the query locator.

Signature

public StandardSetController(Database.QueryLocator sObjectList)

Parameters

sObjectList
Type: Database.QueryLocator
A query locator returning a list of sObjects.
Previous
Next