Interface _ISupportDataLimit
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface _ISupportDataLimit extends com4j.Com4jObjectAllows control of the amount of entities that will be retuned in a single NewList call
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intdataLimit()Maximum number of entities to return from server.voiddataLimit(int pDataLimit)Maximum number of entities to return from server.
 
- 
- 
- 
Method Detail- 
dataLimitint dataLimit() Maximum number of entities to return from server. Getter method for the COM property "DataLimit" - Returns:
- Returns a value of type int
 
 - 
dataLimitvoid dataLimit(int pDataLimit) Maximum number of entities to return from server. Setter method for the COM property "DataLimit" - Parameters:
- pDataLimit- Mandatory int parameter.
 
 
- 
 
-