|   | DataObjectLoadOptionsSetPaging Method  | 
 
            Sets the values of the
            MaxObjects and IndexFirst properties accordingly
            to load paginated data.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic virtual void SetPaging(
	int page,
	int rows
)
Parameters
- page
 - Type: SystemInt32
What page should data be loaded for? - rows
 - Type: SystemInt32
How many rows should be returned? 
See Also