Interface _ISupportDataLimit

  • All Superinterfaces:
    com4j.Com4jObject

    public interface _ISupportDataLimit
    extends com4j.Com4jObject
    Allows control of the amount of entities that will be retuned in a single NewList call
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int dataLimit()
      Maximum number of entities to return from server.
      void dataLimit​(int pDataLimit)
      Maximum number of entities to return from server.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • dataLimit

        int dataLimit()

        Maximum number of entities to return from server.

        Getter method for the COM property "DataLimit"

        Returns:
        Returns a value of type int
      • dataLimit

        void dataLimit​(int pDataLimit)

        Maximum number of entities to return from server.

        Setter method for the COM property "DataLimit"

        Parameters:
        pDataLimit - Mandatory int parameter.