Interface ISupportFetchLimit

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISupportFetchLimit
    extends com4j.Com4jObject
    Services for creation of a filtered list of field objects without SQL.
    • Method Summary

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

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

      • fetchLimit

        int fetchLimit()

        Maximum number of results to return from server.

        Getter method for the COM property "FetchLimit"

        Returns:
        Returns a value of type int
      • fetchLimit

        void fetchLimit​(int pFetchLimit)

        Maximum number of results to return from server.

        Setter method for the COM property "FetchLimit"

        Parameters:
        pFetchLimit - Mandatory int parameter.