Interface ISupportFetchLimit
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface ISupportFetchLimit extends com4j.Com4jObjectServices for creation of a filtered list of field objects without SQL.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intfetchLimit()Maximum number of results to return from server.voidfetchLimit(int pFetchLimit)Maximum number of results to return from server.
 
- 
- 
- 
Method Detail- 
fetchLimitint fetchLimit() Maximum number of results to return from server. Getter method for the COM property "FetchLimit" - Returns:
- Returns a value of type int
 
 - 
fetchLimitvoid fetchLimit(int pFetchLimit) Maximum number of results to return from server. Setter method for the COM property "FetchLimit" - Parameters:
- pFetchLimit- Mandatory int parameter.
 
 
- 
 
-